﻿
function PopupMe1(){
myleft=(screen.width)?(screen.width-300)/2:100;mytop=(screen.height)?(screen.height-200)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=820,height=610,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no'
PopupWin1=window.open('gallery.aspx?id=1','PopupWin1', settings);
PopupWin1.focus();
}
// JScript File

