// JavaScript Document
function entersite()
{
	win1=window.open('main.html', 'main','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600');
	win1.moveTo(screen.width/2-420,screen.height/2-350)
}

function entersite2()
{
	win1=window.open('main2.html', 'main','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600');
	win1.moveTo(screen.width/2-400,screen.height/2-400)
}


function loadpopup(url)
		{
			window.open(url,'','width=900, height=670, resizable=no, scrollbars=no,left = 0,top = 0')
		}
