function openWin(url)
{
	window.open(url, "monitor","width=360,height=360,scrollbars=no,location=no,menubar=no,left=10,top=30");
}
