function infoWindow(url){
  if(screen.availHeight)winHeight=screen.availHeight - 60;
  else winHeight=512;

  newWin = window.open(url,'gemastrologyinfo','width=450,height='+winHeight+',scrollbars=yes,resizeable=yes');
  newWin.moveTo(300,10);
  newWin.focus();
}
function fail(msg,obj){ obj.focus();alert(msg);return false;}

function GemReport(){}
GemReport.validate
	= function (obj){ 
	if(BirthDetails.validate(obj)) obj.submit();
	else return false;
	};


