function OpenWindow(poppage){
pop_x=screen.width-693;
position=pop_x+",width=693,height=700";
listWin=window.open(poppage,'fc',position+",'toolbar=no,location=no,menubar=no ,scrollbars=yes,resizable=no");
listWin.focus();
}

function OpenWindowShopSearch(poppage){
pop_x=screen.width-580;
position=pop_x+",width=580,height=250";
listWin=window.open(poppage,'fc',position+",'toolbar=no,location=no,menubar=no ,scrollbars=no,resizable=no");
listWin.focus();
}

function OpenWindowDS(poppage){
pop_x=screen.width-638;
position=pop_x+",width=638,height=445";
listWin=window.open(poppage,'fc',position+",'toolbar=no,location=no,menubar=no ,scrollbars=no,resizable=no");
listWin.focus();
}