/*	 *	gs_new_window.js MUST BE Loaded !!! */var gpopwin = new gsNewWindow( "pop_win" );with ( gpopwin ) {/*	*	This is where you control the window attributes. */	copyhistory = false;	directories = false;	location    = false;	menubar     = false;	resizable   = true;	scrollbars  = true;	status      = false;	toolbar     = false;	left = 0;	top  = 0;/*	*	This is where you control the window size. */	width  = 725;	height = 525;	centered = true; // IF (true) then left and top are ignored}