var myvote;

function open_window_how() {
 window.open("/Shopping/Common/howshopworks.htm","howwindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=550,height=535,maximize=null");
}

function open_window_ccnow() {
 window.open("/Shopping/Common/ccnow.htm","ccnowwindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=400,height=250,maximize=null");
}

function open_window_shipping() {
 window.open("/Shopping/Common/shipping.htm","shippingwindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=450,height=250,maximize=null");
}

function open_window_terms() {
 window.open("/Shopping/Common/terms.htm","termswindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=550,height=490,maximize=null");
}

function open_window_dest() {
 window.open("/Shopping/finddestination.aspx","destwindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=400,height=250,maximize=null");
}

function open_window_gccost() {
 window.open("/Shopping/Common/gccost.htm","giftcertificatescostwindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=500,height=350,maximize=null");

}

function open_window_warrantyterms() {
 window.open("/Shopping/Common/warrantyterms.htm","warrantytermswindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=450,height=360,maximize=null");
}

function open_window_photo3() {
 window.open("/Images/photos/photo3_big.jpg","photowindow1","status=no,resize=no,toolbar=no,scrollbars=yes,width=600,height=450,maximize=null");
}

function open_window_photo1() {
 window.open("/Images/photos/photo1_big.jpg","photowindow2","status=no,resize=no,toolbar=no,scrollbars=yes,width=600,height=450,maximize=null");
}

function open_window_photo4() {
 window.open("/Images/photos/photo4_big.jpg","photowindow3","status=no,resize=no,toolbar=no,scrollbars=yes,width=600,height=450,maximize=null");
}

function open_window_delivery() {
 window.open("/Shopping/Common/delivery.html","timelydeliverywindow","status=no,resize=no,toolbar=no,scrollbars=yes,width=370,height=250,maximize=null");
}

function openpicture(url) {
//var lurl = "CardPages/" + url;
var lurl = url;
 window.open(lurl,"picwindow","status=no,resize=yes,toolbar=no,scrollbars=yes,width=410,height=565,maximize=null");
}

function nothing() {
}
