showPopup=true
function openPopup()
{
	if(showPopup)
	{
		open("contest.html","","left=4000,top=2000,height=1,width=1,resizable=yes,status=yes")
	}
}
