﻿<!-- 
var root = "";					//    null     or     "../"
var x = document.location.href;
var	n = x.indexOf(".");
var k = 0;
	while (n != -1){
		k = k + 1;
		n = x.indexOf("/", n + 1);
	}
	while (k > 2){
		k = k - 1;
		root = root + "../";
	}
function header(){	
	document.writeln("<center><table width=800 cellpadding=0 cellspacing=0><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0 bgcolor='#0065a8'><tr>");
	document.writeln("<td width=157 bgcolor='#d6d5d9'><img alt='' src='http://www.businessplans.org/images/2006/brslogo.gif' width=157 height=55 /></td>");
	document.writeln("<td width='100%' align=center background='http://www.businessplans.org/images/2006/bannermiddle.gif'><img alt='' src='http://www.businessplans.org/images/2006/banner.gif' width=327 height=34 /></td>");
	document.writeln("<td width=20 height=55><img alt='' src='http://www.businessplans.org/images/2006/bannerright.gif' width=20 height=55 /></td></tr></table>");
	document.writeln("</td></tr><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0 background='http://www.businessplans.org/images/2006/navbar_bg.jpg'><tr>");
	document.writeln("<td width=8><img src='http://www.businessplans.org/images/2006/top_01.jpg' alt='' width=8 height=32 /></td>");
	
	document.write("<td width='100%' align=center>");
	document.write("<img src='http://www.businessplans.org/images/2006/topGroup-leftEnd.gif' width=10 height=28 >");
	document.write("<a  href='" + root + "global/index.asp'                            onMouseOver=\"document.btn0.src='http://www.businessplans.org/images/2006/menu00R.gif';\" onMouseOut=\"document.btn0.src='http://www.businessplans.org/images/2006/menu00B.gif';\"><img name='btn0' src='http://www.businessplans.org/images/2006/menu00B.gif' width=66  height=28 border=0></a>");
	document.write("<a  href='http://www.businessplans.org/global/directory.html'           onMouseOver=\"document.btn3.src='http://www.businessplans.org/images/2006/menu30R.gif';\" onMouseOut=\"document.btn3.src='http://www.businessplans.org/images/2006/menu30B.gif';\"><img name='btn3' src='http://www.businessplans.org/images/2006/menu30B.gif' width=138 height=28 border=0></a>");
	document.write("<a  href='http://www.brs-inc.com'                           onMouseOver=\"document.btn4.src='http://www.businessplans.org/images/2006/menu40R.gif';\" onMouseOut=\"document.btn4.src='http://www.businessplans.org/images/2006/menu40B.gif';\"><img name='btn4' src='http://www.businessplans.org/images/2006/menu40B.gif' width=153 height=28 border=0></a>");
	document.write("<a  href='http://www.brs-inc.com/consultants/directory.asp' onMouseOver=\"document.btn5.src='http://www.businessplans.org/images/2006/menu50R.gif';\" onMouseOut=\"document.btn5.src='http://www.businessplans.org/images/2006/menu50B.gif';\"><img name='btn5' src='http://www.businessplans.org/images/2006/menu50B.gif' width=123 height=28 border=0></a>");
	document.write("<img src='http://www.businessplans.org/images/2006/topGroup-rightEnd.gif' width=10 height=28 >");
	
	document.writeln("</td><td width=21 align=right valign=top><img alt='' src='http://www.businessplans.org/images/2006/top_05.jpg' width=21 height=32 /></td>");
	document.writeln("</tr></table></td></tr></td></tr><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0 bgcolor=white><tr>");
	document.writeln("<td width=19 background='http://www.businessplans.org/images/2006/left_middle_border.jpg'><img alt='' src='http://www.businessplans.org/images/2006/left_middle_border.jpg' width=19 height=17 /></td><td width='100%'>");
	document.writeln("<img src='http://www.businessplans.org/images/clear.gif' height=1 width=750 border=0 alt=''><br>");
}
function footer(){
	document.writeln("</td><td width=21 background='http://www.businessplans.org/images/2006/right_middle_border.jpg'><img alt='' src='http://www.businessplans.org/images/2006/right_middle_border.jpg' width=21 height=12 /></td>");
	document.writeln("</tr></table></td></tr><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0 background='http://www.businessplans.org/images/2006/bottom_border.jpg'><tr>");
	document.writeln("<td width=19 height=44><img alt='' src='http://www.businessplans.org/images/2006/left_bottom_border.jpg' width=19 height=44 /></td>");
	document.writeln("<td width='100%' height=44><span class='footer'>Copyright &copy; 1994-2009 Business Resource Software, Inc.</span></td>");
	document.writeln("<td width='100%' height=44 nowrap align=right>");
	document.writeln("<a class='footer' href='http://www.businessplans.org/w3c/privacy.html'>privacy</a>&nbsp; </td>");
	document.writeln("<td width=21 height=44><img alt='' src='http://www.businessplans.org/images/2006/right_bottom_border.jpg' width=21 height=44 /></td>");
	document.writeln("</tr></table></td></tr></table>");
	
	document.writeln("<table cellpadding=0 cellspacing=0 border=0 width=765>");
	document.writeln("<tr><td><a onclick='Rcertify();return false;' href=''><img src='http://www.brs-inc.com/images/bbbseal.gif' alt='BBBOnLine Reliability Seal' WIDTH=135 HEIGHT=48 BORDER=0></a>");
	document.writeln("</td><td align=center><font size='+2'><b>(800)423-1228</b></font><br>");
	document.writeln("<font size=-1><b>Business Resource Software<br> 1779 Wells Branch Pkwy #110B-322, Austin, Texas 78728<br>");
	document.writeln("International: (512)251-7541 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: (512)251-4401</b><br>");
	document.writeln("</font></td></tr>");
	document.writeln("<tr><td colspan=2><img src='http://www.businessplans.org/log.gif' width=1 height=1 alt='' border=0>");
	document.writeln("<a href='http://www.businessplans.org/friend.asp' onClick='return Colleague();'><b>Recommend this site to a colleague.</b></a></td></tr>");
	document.writeln("</table>");
	document.writeln("</center>");
}
	var popupWin = null;
	function Rcertify() 
	{
		popupWin = window.open('http://www.bbbonline.org/cks.asp?id=102052015481723730', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
		popupWin.focus();
	} 
function Colleague(){
   var parm = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=300";
   var wnd = window.open('http://www.businessplans.org/friend.asp?' + document.location, "win", parm);
   wnd.moveTo(50,270);
   return false;
}
function mootcorp(){
	document.writeln("<table cellpadding=0 cellspacing=0 border=0 width='100%' bgcolor=black>");
	document.writeln("<tr><th colspan=3><img src='http://www.businessplans.org/images/clear.gif' width=620 height=1 alt=''></th></tr><tr>");
	document.writeln("<td valign=bottom align=left width=200> <a href='http://www.businessplans.org/history.html'><font size=1 color=white>MOOT CORP&reg; Competition</font></a></td>");
	document.writeln("<td valign=bottom align=center><a href='http://www.mootcorp.org'><img src='http://www.businessplans.org/images/MootCorp.jpg' border=0 width=418 height=98 alt></a></td>");
	document.writeln("<td valign=bottom align=right width=200>&nbsp;&nbsp;&nbsp;</td></tr></table>");
}
function blueboxtop(title){
	document.writeln("<table width=360 cellpadding=0 cellspacing=0><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=9 height=22><img alt='' src='http://www.businessplans.org/images/2006/boxheaderleft.jpg' width=9 height=22 /></td>");
	document.writeln("<th height=22 align=right background='http://www.businessplans.org/images/2006/boxheadermiddle.jpg'><font color=white><b>" + title + "</b></font></th>");
	document.writeln("<td width=9 height=22><img alt='' src='http://www.businessplans.org/images/2006/boxheaderright.jpg' width=9 height=22 /></td></tr></table>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td bgcolor='#cacaca'><img alt='' src='http://www.businessplans.org/images/clear.gif' width=1 height=1 /></td><td background='http://www.businessplans.org/images/2006/graymiddle300.jpg'>");
}
function blueboxtopcenter(title){
	document.writeln("<table width=360 cellpadding=0 cellspacing=0><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=9 height=22><img alt='' src='http://www.businessplans.org/images/2006/boxheaderleft.jpg' width=9 height=22 /></td>");
	document.writeln("<th height=22 align=center background='http://www.businessplans.org/images/2006/boxheadermiddle.jpg'><font color=white><b>" + title + "</b></font></th>");
	document.writeln("<td width=9 height=22><img alt='' src='http://www.businessplans.org/images/2006/boxheaderright.jpg' width=9 height=22 /></td></tr></table>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td bgcolor='#cacaca'><img alt='' src='http://www.businessplans.org/images/clear.gif' width=1 height=1 /></td><td background='http://www.businessplans.org/images/2006/graymiddle300.jpg'>");
}
function grayboxtop(){
	document.writeln("<table width=360 cellpadding=0 cellspacing=0><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graytopleft.jpg' width=5 height=5 /></td>");
	document.writeln("<td height=5 background='http://www.businessplans.org/images/2006/graytopmiddle.jpg'><img alt='' src='http://www.businessplans.org/images/2006/graytopmiddle.jpg' width=5 height=5 /></td>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graytopright.jpg' width=5 height=5 /></td></tr></table>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=1 bgcolor='#cacaca'><img alt='' src='http://www.businessplans.org/images/clear.gif' width=1 height=1 /></td>");
	document.writeln("<td background='http://www.businessplans.org/images/2006/graymiddle300.jpg'>");
}
function boxbottom(){
	document.writeln("</td><td width=1 bgcolor='#cacaca'><img alt='' src='http://www.businessplans.org/images/clear.gif' width=1 height=1 /></td></tr></table>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graybottomleft.gif' width=5 height=5 /></td>");
	document.writeln("<td background='http://www.businessplans.org/images/2006/graybottommiddle.gif'><img alt='' src='http://www.businessplans.org/images/2006/graybottommiddle.gif' width=1 height=5 /></td>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graybottomright.gif' width=5 height=5 /></td>");
	document.writeln("</tr></table></td></tr></table>");
}	
function tocboxtop(){
	document.writeln("<table width=200 cellpadding=0 cellspacing=0><tr><td>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graytopleft.jpg' width=5 height=5 /></td>");
	document.writeln("<td height=5 background='http://www.businessplans.org/images/2006/graytopmiddle.jpg'><img alt='' src='http://www.businessplans.org/images/2006/graytopmiddle.jpg' width=5 height=5 /></td>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graytopright.jpg' width=5 height=5 /></td></tr></table>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=1 bgcolor='#cacaca'><img alt='' src='http://www.businessplans.org/images/clear.gif' width=1 height=1 /></td>");
	document.writeln("<td background='http://www.businessplans.org/images/2006/graymiddle800.jpg'>");
}
function tocbottom(){
	document.writeln("</td><td width=1 bgcolor='#cacaca'><img alt='' src='http://www.businessplans.org/images/clear.gif' width=1 height=1 /></td></tr></table>");
	document.writeln("<table width='100%' cellpadding=0 cellspacing=0><tr>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graybottomleft.gif' width=5 height=5 /></td>");
	document.writeln("<td background='http://www.businessplans.org/images/2006/graybottommiddle.gif'><img alt='' src='http://www.businessplans.org/images/2006/graybottommiddle.gif' width=1 height=5 /></td>");
	document.writeln("<td width=5 height=5><img alt='' src='http://www.businessplans.org/images/2006/graybottomright.gif' width=5 height=5 /></td>");
	document.writeln("</tr></table></td></tr></table>");
}	
//-->

