function launch(page, theURL) {
	openwin = this.open	(page, theURL, "toolbar = no, menubar = no, scrollbars = no, location = no, resizable = no, width = 600, height = 400, top = 200, left = 200");
}
