function leihoa(URL) {
		var x, y
		x = screen.width/2-300
		y = screen.height/2-250
		window.open(URL,"", "scrollbars=yes, width=740, height=530, left="+x+", top="+y);
}
