// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// -------------------------- Begin Print This Page ------------------------------
function printWindow(){
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}
// -------------------------- End Print This Page --------------------------------
// -------------------------- Begin Email to a Friend ----------------------------
function mailpage()
{
	theURL='emailtofriend.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href);
	winName='MailToFriend';
	features='width=500,height=300,left=250,top=200,scrollbars=no,resizable=yes';
	MM_openBrWindow(theURL,winName,features);

//mail_str = "mailto:?subject=Check out the " + document.title;
//mail_str += "&body=I thought you might be interested in the " + document.title+"."+"\r";
//mail_str += "You can view it at, " + location.href;
//location.href = mail_str;
}

function mailpage2()
{
	theURL='adult-stem-cells/emailtofriend.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href);
	winName='MailToFriend';
	features='width=500,height=300,left=250,top=200,scrollbars=no,resizable=yes';
	MM_openBrWindow(theURL,winName,features);
}

function mailpage_news(urllink)
{
	theURL= urllink + 'adult-stem-cells/emailtofriend.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href);
	winName='MailToFriend';
	features='width=500,height=300,left=250,top=200,scrollbars=no,resizable=yes';
	MM_openBrWindow(theURL,winName,features);
}

// -------------------------- End Email to a Friend ------------------------------