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