function oWindow(url,w,h){
	window.open (url, "windowName", "width="+w+",height="+h+",status=yes,location=yes,scrollbars=yes");	
}

