function pop (popupURL)
{
	window.open(popupURL,'mindbets','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left=0,top=0,screenX=0,screenY=0,width=640,height=480');
}

function popMap (popupURL)
{
	window.open(popupURL,'map','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left=0,top=0,screenX=0,screenY=0,width=760,height=480');
}

function popWin (popupURL)
{
	window.open(popupURL,'contactform','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=0,top=0,width=640,height=250');
}