
function newWin1(url){
sbwin=window.open(url,"newWin","width=500,height=600,location=0,scrollbars=1,resizable=1,menubar=0,status=0");
}
