function wind(Url, width, heigth){
 	window.open(Url,"wind","width="+width+",height="+heigth+",copyhistory=no,directories=no,menubar=no,location=no,resizable=no,scrollbars=no,toolbar=no");
}

function info(Url) {
ww=405;  wh=505;
wbx = 30;  wby = 120;
positionCode='screenX='+wbx+',screenY='+wby+',';
newWindow=window.open(Url,'','width='+ww+',height='+wh+','+positionCode+'toolbar=0,'+'scrollbars=0,'+'resizable=0');
}
