
	
function openwindow(loc,w,h){
	window.open(loc,"demo","width="+w+",height="+h+",status")
}

