
function OpenPopupWindow(url,width,height,scrolls)
{
	var MyWin=window.open(url,"","width=" + width + ",height=" + height + ",directories=0,location=0,menubar=0,resizable=1,scrollbars=" + scrolls + ",status=0,toolbar=0,top=50,left=50", true);
	return( false );
}


