function popupd(s,w,h)
{
	var o=window.open(s,'','width='+w+',height='+h+',toolbar=no,location=no,status=no,resizable=no,scrollbars=yes,left='+(screen.width/2-w/2)+',top='+(screen.height/2-h/2));
	return false;
}