
function openWin(url) {
	var openWin = window.open(url,'','scrollbars=yes,menubar=no,height=220,width=350,resizable=yes,toolbar=no,location=no,status=no');
	// openWin.moveTo(screen.width/2-200,screen.height/2-150)
}	
	

