<!-- Begin
function picpopup(page) {
OpenWin = this.open(page, "popupwindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes, left=20, top=2,height=550, width=720 ");
}
// End -->
<!-- Begin
function popupproduct(page) {
OpenWin = this.open(page, "popupwindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes, left=100, top=240 ,height=220, width=660 ");
}
// End -->

function pagepop(page) {
OpenWin = this.open(page, "popupwindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes, left=20, top=2,height=540, width=360 ");
}

function login(page) {
OpenWin = this.open(page, "popuplogin", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes, height=340, width=600 ");
}
