function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function close_window() {
    window.close();
}

function order_video() {
    window.opener.location="order.html";
	this.blur();
	window.opener="focus();"
}

function popup_promotion() {
		window.open('promotions_popup.html','promotions_popup','status=no,scrollbars=yes,width=382,height=296');
		}

		
		function popup_enemaweb() {
		window.open('enemaweb_popup.html','enemaweb_popup','status=no,scrollbars=no,width=384,height=298');
		}	


		function popup_scatcinemax() {
		window.open('scatcinemax_popup.html','promotions_popup','status=no,scrollbars=no,width=384,height=298');
		}