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