function win(url){
window.open(url, 'proWIN', 'width=1000,height=600, scrollbars=1');
}