function showimage(imageName,w,h) {
	window.open(imageName, "", "toolbar=no,menubar=no,resizable=yes,height="+h+",width="+w+",fullscreen=no,left=20,top=10,scrollbars=yes")
}

function show_gallery(gallery_code) {
    window.open("show_gallery.aspx?id="+gallery_code, "", "toolbar=no,menubar=no,resizable=yes,height=550,width=760,fullscreen=no,left=0,top=0,scrollbars=yes")
}

function show_extgallery(gallery_link) {
    //alert(gallery_link);
    window.open(gallery_link, "", "toolbar=no,menubar=no,resizable=yes,height=550,width=760,fullscreen=no,left=0,top=0,scrollbars=yes")
}
