function OpenWindow(poppage){
pop_x=screen.width-471;
position=pop_x+",width=471,height=650";
listWin=window.open(poppage,'fc',position+",'toolbar=no,location=no,menubar=no ,scrollbars=no,resizable=no");
listWin.focus();
}

function OpenWindow2(poppage){
pop_x=screen.width-471;
position=pop_x+",width=471,height=616";
listWin=window.open(poppage,'fc',position+",'toolbar=no,location=no,menubar=no ,scrollbars=no,resizable=no");
listWin.focus();
}