// JavaScript Document
function winOpen(url){
win1=window.open(url,"window1","width=850, height=600, resizable=1, scrollbars=1");
win1.focus();
}
