function popUpMess3(lnk){
    window.open( lnk, "1st Annoucement - MESS 3", "status = 1, height = 900, width = 1100, resizable = 0,scrollbars=1,titlebar=0,toolbar=0,menubar=0" )

}
function goto(lnk){
	window.location=lnk;
}
function gotonew(lnk){
window.open(lnk,'scl','width='+screen.width,'height='+screen.height,'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
}
function view_img(lnk,h,w){
	document.getElementById('light').style.display='block';
	document.getElementById('fade').style.display='block';
	document.getElementById('light').style.left=((document.documentElement.clientWidth/2)-206.5)+"px"
	document.getElementById('light').style.top=((document.documentElement.clientHeight/2)-206.5)+"px"
	document.getElementById('img').innerHTML='<img height="'+h+'px" width="'+w+'px" src="competition/original/'+lnk+'"/>'
	document.getElementById('img').style.width=w
	document.getElementById('img').style.height=h
}
function view_img1(lnk,w,h){
	document.getElementById('light').style.display='block';
	document.getElementById('fade').style.display='block';
	document.getElementById('light').style.left=((document.documentElement.clientWidth/2)-206.5)+"px"
	document.getElementById('light').style.top=((document.documentElement.clientHeight/2)-206.5)+"px"
	document.getElementById('img').innerHTML='<img height="'+h+'px" width="'+w+'px" src="'+lnk+'"/>'
	document.getElementById('img').style.width=w
	document.getElementById('img').style.height=h
}


