//  Jayakar - SPAR Capital
//  Write out the Contact Info, context menu, Disclaimer, etc.
//  SPAR0pageEndInfo.js 


// S T A R T    - - - - - - - - - - - - - - - -
document.write('<P>More information about MAST Partners may be obtained by contacting us ');
document.write('via email at <A HREF="mailto:Info'+'&#64;'+'MAST'+'Partners.com" TITLE="eMail Info">Info</A> or ');
document.write('<A HREF="mailto:HFInfo'+'&#64;'+'MAST'+'Partners.com" TITLE="eMail MAST">Management</A>.</P>');
document.write('<H2>Contact Information</H2>');
document.write('<P><A HREF="index.html" TITLE="Authoritative Hedge Fund Information Resource - MASTPartners.com" ');
document.write('ONMOUSEOVER="window.status=\'MASTPartners.com  CLICK for Home Page!\';return true;" ');
document.write('ONMOUSEOUT="window.status=\'\';return true;"><B>MASTPartners.com</B></A><BR><BR>');
document.write('<A CLASS="MASTphrase" HREF="ContactMAST.htm" TITLE="Contact Us about Hedge Fund StartUp/Setup Info" ');
document.write('ONMOUSEOVER="window.status=\'Contact MAST about HF Start Up/Setup Info!\';return true;" ');
document.write('ONMOUSEOUT="window.status=\'\';return true;">Contact us about HF Start Up/Setup</A><BR><BR>');
document.write('<A CLASS="MASTphrase" HREF="StartHedge.htm" TITLE="Hedge Fund StartUp/Setup Info" ');
document.write('ONMOUSEOVER="window.status=\'How to Start Up/Setup a Hedge Fund!\';return true;" ');
document.write('ONMOUSEOUT="window.status=\'\';return true;">Hedge Fund Start Up/Setup Info</A><BR><BR>');
document.write('email: <A HREF="mailto:HFInfo'+'&#64;'+'MAST'+'Partners.com" TITLE="eMail Info">HF Info</A></P>');


// START of Context Menu

function showmenuie5() {
var rightedge = document.body.clientWidth-event.clientX;
var bottomedge = document.body.clientHeight-event.clientY;
if (rightedge < ie5menu.offsetWidth)
	ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
else
	ie5menu.style.left = document.body.scrollLeft + event.clientX;
if (bottomedge < ie5menu.offsetHeight)
	ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
else
	ie5menu.style.top = document.body.scrollTop + event.clientY;
ie5menu.style.visibility = "visible";
return false;
}

function hidemenuie5() {
ie5menu.style.visibility = "hidden";
}

function highlightie5() {
	if (event.srcElement.className == "MASTmenuitems"){
		event.srcElement.style.backgroundColor = "highlight";
		event.srcElement.style.color = "white";
	}
}

function lowlightie5() {
	if (event.srcElement.className == "MASTmenuitems") {
		event.srcElement.style.backgroundColor = "";
		event.srcElement.style.color = "black";
	}
window.status = "";
}

function jumptoie5() {
	if (event.srcElement.className == "MASTmenuitems") {
		if (event.srcElement.getAttribute("target") != null)
			window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
		else
		window.location = event.srcElement.url;
	}
	else hidemenuie5;
}

var line1part1 = '<div class="MASTmenuitems"';

document.write('<div id="ie5menu" class="MASTmenuskin" STYLE="line-height: 150%;" ');
document.write('onMouseover="highlightie5()" ');
document.write('onMouseout="lowlightie5()" ');
document.write('onClick="jumptoie5();">');

document.write(line1part1); document.write(' url="javascript:history.back();"> &nbsp; &nbsp; &#171;- Back</div>');
document.write(line1part1); document.write(' url="javascript:history.back(+1);"> &nbsp; &nbsp; Forward -&#187;</div>');
document.write(line1part1); document.write(' url="#PageTop"> &nbsp; &nbsp; &#94; Top of this Page &#94</div>');
document.write(line1part1); document.write(' url="index.html"> &nbsp; &nbsp; &#248; Home (MAST) &#248;</div>');
document.write('<HR>');

document.write(line1part1); document.write(' url="AboutMAST.htm"> &nbsp; &nbsp; About MAST Partners</div>');
document.write(line1part1); document.write(' url="StartHedge.htm"> &nbsp; &nbsp; <B>Start a Hedge Fund</B></div>');
document.write(line1part1); document.write(' url="FAQs.htm"> &nbsp; &nbsp; FAQs</div>');
document.write(line1part1); document.write(' url="HedgeFund.htm"> &nbsp; &nbsp; Hedge Fund Info</div>');
document.write('<HR>');

document.write(line1part1); document.write(' url="mailto:HFInfo'+'&#64;'+'MAST'+'Partners.com"> &nbsp; &nbsp; <U>eMail MAST</U></div>');
document.write(line1part1); document.write(' url="ContactMAST.htm"> &nbsp; &nbsp; &#164; Contact Us &#164;</div>');
document.write(line1part1); document.write(' url="SiteHelp.htm"> &nbsp; &nbsp; ?? WebSite Help ??</div>');
document.write(line1part1); document.write(' url="Login.shtml"> &nbsp; &nbsp; &#153; Login to MAST &#153;</div>');

document.write(' </div>');

if (document.all && window.print) {
	ie5menu.className = "MASTmenuskin";
	document.oncontextmenu = showmenuie5;
	document.body.onclick = hidemenuie5;
}

document.body.onblur = hidemenuie5;
var doitnow1 = hidemenuie5;

// END of Context Menu




// S T A R T    - - - - - - - - - - - - - - - -

document.write('<P>&nbsp;</P><P ALIGN="CENTER"><A HREF="#"><IMG BORDER="0" SRC="images/M2_Disclaimer.png" ');
document.write('ALT="Please READ This DISCLAIMER !" ');
document.write('ONMOUSEOVER="window.status=\'MAST Partners  LEGAL NOTICE.  Please READ!\';return true;" ');
document.write('ONMOUSEOUT="window.status=\'\';return true;"></A><BR></P><P>&nbsp;</P> ');



//  END of SCRIPT
