var newwin;function sizedWindow(url, width, height) {	newwin = window.open(url, "TabubaPOP",        "scrollbars=yes,resizable=yes,width=" + width +",height="        + height + ",left=200,top=100,screenX=200,screenY=100");}