
					function openWindow() {
					  popupWin = window.open('../../pages/page.cfm?pageid=149571&pagetype=4&featureid=-1', 'remote', 'width=1035,height=450,left=200,top=200,scrollbars=1,resizable=1');
					}
					
				
				function popcertificate() {
			
					var w = 640;
					var h = 400;
					var winl = (screen.width - w) / 2;
					var wint = (screen.height - h) / 2;
					var winprops = 'toolbar=0,menubar=0,scrollbars=0,status=0,resizable=1,left='+winl+',top='+wint+',height='+h+',width='+w;
					popit = window.open('/PromotionCenter/certificate/certificatedisplay.cfm?layoutid=2&truepopup=1', '_blank', winprops);
			
				}
				
			
