function openWindow(theURL,w,h) 
{ 
	window.open(theURL,"","width="+w+",height="+h); 
	/*window.open(txt, "", "width=600, height=500");*/
}

