// JavaScript Document
function OpenWin(){
win=window.open("../shopping/index.cgi","new","width=770,height=650,scrollbars=yes,resizable=yes,menubar=yes");
}