function promoPop(){var PopUpTotalWidth = 500;var LeftPixel1 = ((screen.availWidth) - PopUpTotalWidth) / 2;var PopUpTotalHeight = 284;var TopPixel = ((screen.availHeight) - PopUpTotalHeight) / 2;	window.open('promo.html','promo','top='+TopPixel+',screeny='+TopPixel+',left='+LeftPixel1+',screenx='+LeftPixel1+',width=500,height=284,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');}function premierePop(){var PopUpTotalWidth = 500;var LeftPixel1 = ((screen.availWidth) - PopUpTotalWidth) / 2;var PopUpTotalHeight = 284;var TopPixel = ((screen.availHeight) - PopUpTotalHeight) / 2;	window.open('premiere.html','premiere','top='+TopPixel+',screeny='+TopPixel+',left='+LeftPixel1+',screenx='+LeftPixel1+',width=500,height=284, buttons=no, scrollbars=no,l ocation=no, menubar=no, resizable=no, status=no, directories=no, toolbar=no');}//  
