﻿// JScript File
u = location.href;
u = escape(u);

function mailThisUrl( subject ){
    subject = escape( subject );
    window.location = "mailto:"+"?subject="+subject+"&body="+u;
}

// JScript File
function OpenImage( pdtID, pdtPhotoID, fieldName, wHeight, wWidth ) {
    if ( !wHeight ) wHeight = 570;
    if ( !wWidth ) wWidth = 540;
    window.open("kxPhotoZoom.aspx?pdtID=" + pdtID + "&pdtPhotoID=" + pdtPhotoID + "&fld=" + fieldName + "&wHeight=" + wHeight + "&wWidth=" + wWidth, "KlipXtreme", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + wWidth + ",height=" + wHeight + ",left=" + (screen.width - wWidth) / 2 + ",top=" + (screen.height - wHeight) / 2);

}

function OpenWarranty(ctgID, wHeight, wWidth) {
    if ( !wHeight ) wHeight = 570;
    if ( !wWidth ) wWidth = 540;
    window.open( "kxWarrantyDetail.aspx?ctgID=" + ctgID + "&wHeight=" + wHeight + "&wWidth=" + wWidth, "KlipXtreme", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + wWidth + ",height=" + wHeight + ",left="+(screen.width-wWidth)/2+",top="+(screen.height-wHeight)/2 );
    

}
