function OpenPopup(image) {
    window.open("popup.htm?image=" + image,"popup","width=540,height=410")
}

function OpenPopupH(image) {
    window.open("popup.htm?image=" + image,"popup","width=410,height=540")
}
