// JavaScript Document
function over(obj){
	obj.className = "over";
}

function out(obj){
	obj.className = "";
}

function mnkdExternalLink(url){
	var disclaimerTxt = "You are now leaving mannkindcorp.com.  This site may provide links or references to other Websites not affiliated with Mannkind Corporation.  MannKind Corporation is not responsible for the content of such other sites and shall not be liable for any damages or injury arising from users' access to such sites.  Links to other sites are provided only as a convenience to users of our site."
	alert(disclaimerTxt);
}