function WinOpen(url)
{
		window.open(url,"Window" + Math.round(Math.random()*10000)+1,'scrollbars=yes,width=700,height=530')
}
