function newin(url,ww,hh)
{
newindow = window.open(url, "newWindow", "width="+ww+",height="+hh+",scrollbars=1,resizable=1,toolbar=0,manubar=0,location=0,status=0");
newindow.focus();
}