﻿function ShowBigImage(elementid) {
    var elementId = elementid.getAttribute("imagename");
    var img_Array = elementId.split("/");
    var path = document.location.toString();
    var Url = path.split("products/product.asp?");
    var newSrc = Url[0] + 'images/products/large/' + img_Array[4];
    document.getElementById("ctl00_cphRight_imgBigProduct").src = newSrc;
}

function show_video(URL) {
    day = new Date(); id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=374,height=425,left=665,top=312.5');");
}       