function openWindow(url){
	window.open(url, "newwindow", "width=600, height=400, scrollbars=yes, resizable=yes, status=yes resizable=yes,menubar=yes,toolbar=yes");}
