
if (top != self) { top.location.href = "/index.htm"; }


function OrderUp ()
{

        if (window.popup) {window.popup.close();}

       	popup = window.open("http://www.bigbluhammer.com/products/order.html", "OrderUpBox","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=640,height=320");

    	
}

