

function ViewImage(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600,left = 340,top = 212');");
}
	function PrintPage(vID)
	{
		var res = window.open('/NewsprintPage.asp?aID=' + vID ,null,"height=485,width=655,status=yes,toolbar=no,scrollbars=1,menubar=no,resizable=0,location=no");
	}		
	function RecomendPage(){
		window.open("/NewsRecomendPage.asp","NewWindow","scrollbars=NO,width=450,height=370")
	}	

