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_toiletsherry1031() {
		window.open('toiletsherry_popup.html','toiletsherry1031_popup','status=no,scrollbars=yes,width=382,height=296');
}