function winopen(url){
window.open(url,'pop','width=670,height=700,scrollbars=yes');
}