function openWin(URL, w,h)
{
	win=window.open(URL,'zoom','width='+w+',height='+h);
	win.moveTo(100,100);
}
