var w = 480, h = 340;if (document.all || document.layers) {   w = screen.availWidth;   h = screen.availHeight;}var url;var popW;var popH;function popUp(url, popW, popH){ 	var leftPos = (w-popW)/2, topPos = (h-popH)/2;	window.open(url,'popup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=1');}function newsWin(url, popW, popH){ 	var leftPos = (w-popW)/2, topPos = (h-popH)/2;	window.open(url,'news','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=1');}function teaser02lWin(url, popW, popH){ 	var leftPos = (w-popW)/2, topPos = (h-popH)/2;	window.open(url,'teaserl','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=1');}function teaser02sWin(url, popW, popH){ 	var leftPos = (w-popW)/2, topPos = (h-popH)/2;	window.open(url,'teasers','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=1');}function trailersWin(url, popW, popH){ 	var leftPos = (w-popW)/2, topPos = (h-popH)/2;	window.open(url,'trailerspopup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=1');}function trailerlWin(url, popW, popH){ 	var leftPos = (w-popW)/2, topPos = (h-popH)/2;	window.open(url,'trailerspopup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=1');}function winopen(url,winN,winW,winH,sb){	winX=(screen.width-winW)/2;	winY=(screen.height-winH)/2;	sb=sb?sb:'auto';	window.open(url,winN,'left='+winX+',top='+winY+',width='+winW+',height='+winH+',toolbar=no,scrollbars='+sb+',resizable=no,directories=no,status=no,location=no');}// generic launchWindow functionfunction launchWindow(url, name, width, height, scrollbars){			screenX = (screen.width / 2) - (width / 2);			screenY = 20;			launchWin = window.open(url,name,"toolbar=no,directories=no,menubar=no,scrollbars=" + scrollbars + ",resizable=no,width=" + width + ",height=" + height + ",top=" + screenY + ",left=" + screenX + ",screenX=" + screenX + ",screenY=" + screenY);}