// JavaScript Document
function Launch(page) 
{
	openwindow = this.open(page, "newWindow", "menubar = no, scrollbars = yes, resizable = 1, width = 300, height = 300");
}