function launchModule(){

	//--naming the opener removes the alert "are you sure you want to close the window"
	window.opener = "Something";
	
	width=790;
   	height=600;

	top.window.resizeTo(width, height);


}
