﻿/* ByZong.com
 * Copyright 2010 ByZong.com
 * Code By Zong
 */

function PopupOpen(path, popname) {
    var popups;
    popups = window.open(path, popname, 'width=400,height=210,status=yes,resizable=yes,menubar=no,directories=no,toolbar=no,scrollbars=yes');
    popups.focus();
}
function PopupImagesOpen(path, popname) {
    var popups;
    popups = window.open(path, popname, 'width=666,height=666,status=yes,resizable=yes,menubar=no,directories=no,toolbar=no,scrollbars=yes');
    popups.focus();
}
function selectedImageLoad(ImageName) {
    document.getElementById("ContentPlaceHolder1_ShowImage1").src = "/Picture/Images/S450x336/" + ImageName;
}
