function openWin(url){
window.open(url, "pop", "width=650,height=600,scrollbars=yes,resizable=yes");
}