// JavaScript Document
function printPage() {window.print();}

function printPageOK() {if (window.print) {
agree = confirm('Click "OK" to print page now.');
if (agree) window.print(); }}

function Popopen(url) {window.open(url, 'huntwood_door', 'height=460,width=570,resizable=no,status=no,scrollbars=no,location=no,menubar=no,toolbar=no,left=30,top=30');}
function WarrantyReg(url) {window.open(url, 'warranty_register', 'height=580,width=570,resizable=yes,status=no,scrollbars=auto,location=no,menubar=no,toolbar=no,left=40,top=30');}
function Warranty(url) {window.open(url, 'warranty', 'height=580,width=600,resizable=yes,status=no,scrollbars=yes,location=no,menubar=no,toolbar=no,left=50,top=30');}