function dopopup(url,winname,height,width)
{

	window.open(url,winname,'height=' + height + ',width=' + width + ',directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes,left=2,top=2,screenX=0,screenY=0');

}

function dopopup2(url,winname,height,width)
{

	window.open(url,winname,'height=' + height + ',width=' + width + ',directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,left=2,top=2,screenX=0,screenY=0');

}

