	function goPressReleases(pressNo) {
		document.frm.pressNo.value=pressNo;
		document.frm.action = "/footer/press/pressReleasesView.do";
		document.frm.submit();
	}
	
	function onDownload(screensaverNo) {
	 	document.frm.screensaverNo.value = screensaverNo;
		document.frm.action = "/footer/press/pressMainDownload.do";
		document.frm.target = 'ifDown';
		document.frm.submit();
	}
	
	function popimage(imagesrc,winwidth,winheight){
	    var look='width='+winwidth+',height='+winheight+',';
	        popwin=window.open("","",look);
	        popwin.document.open();
	        popwin.document.write('<title>Image Window</title><body topmargin=0 leftmargin=0><img  onclick="self.close()" src='+imagesrc+' width='+winwidth+' height='+winheight+' ></body>');
	        popwin.document.close();
	}
	
	function fnOnEmbed(tvadsNo) {
		var form = document.getElementById('frm');
		form.tvadsNo.value = tvadsNo;
		form.action = "/footer/press/selectGGrTvads.do";
		form.target = "_self";
		form.submit();
	
//		document.frm.tvadsNo.value = tvadsNo1;
//		document.frm.action = "/footer/press/selectGGrTvads.do";
//		document.frm.submit();
		
	}
	