function pop2(url,width,height,win){
var boo = window.open (url,win,'left=100,top=100,location=1,status=1,resizable=1,scrollbars=1,width='+width+',height='+height);
boo.focus();
return false;
}
