
if(bolPrint ==false){

	document.write("<center><font class=ShowText><font class=SmallHeading onmouseover=\"ddrivetip('Click Menu Items for Rapid Page Navigation')\"  onmouseout=\"hideddrivetip()\"><br><b>Navigation</b></font></font></center>");

	putTogether();
	
	//Required IFs for the Left bar menu to show
	var iIndex = GetIndexForMenus(window.location.href);
	
	
	if(iIndex ==-1 && (window.location.href.indexOf("pressreleases.html") != -1  || window.location.href.indexOf("index.html") != -1  || window.location.href.indexOf("about.html") != -1
	|| window.location.href.indexOf("contact.html") != -1  || window.location.href.indexOf("dragndroplicensing.html") != -1 || window.location.href.indexOf("faq.html") != -1
	|| window.location.href.indexOf("feedback.html") != -1 || window.location.href.indexOf("free.html") != -1 || window.location.href.indexOf("javascript.html") != -1
	|| window.location.href.indexOf("links.html") != -1 || window.location.href.indexOf("press.html") != -1 || window.location.href.indexOf("pressreleases.html") != -1
	|| window.location.href.indexOf("privacy.html") != -1 || window.location.href.indexOf("payment.html") != -1 || window.location.href.indexOf("site.html") != -1
	|| window.location.href.indexOf("support.html") != -1  || window.location.href.indexOf("license.html") != -1  || window.location.href.indexOf("supportmp3.html") != -1
	|| window.location.href.indexOf("search.html") != -1  || window.location.href.indexOf("screen.html") != -1  || window.location.href.indexOf("license2.html") != -1 
	|| window.location.href.indexOf("tah.html") != -1  || window.location.href.indexOf("thanks.html") != -1  || window.location.href.indexOf("html") == -1 
	|| window.location.href.indexOf("webdesign.html") != -1  || window.location.href.indexOf("test.html") != -1  || window.location.href.indexOf("webpagedesign.html") != -1  
	|| window.location.href.indexOf("sharit.html") != -1  	|| window.location.href.indexOf("volumepricing.html") != -1 || window.location.href.indexOf("cheqsoft.html") != -1
	||window.location.href.indexOf("license2c.html") != -1)){
		iIndex = getCookie("Index");	 
	}
	var sOptions = 'status=yes,menubar=yes,scrollbars=yes,resizable=yes,toolbar=yes,location=yes';
	sOptions = sOptions + ',width=' + (screen.availWidth - 10).toString();
	sOptions = sOptions + ',height=' + (screen.availHeight - 122).toString();
	sOptions = sOptions + ',screenX=0,screenY=0,left=0,top=0';

	//if(iIndex  != -1){
		//document.write("<center><table BORDER=0 ><tr><TD vAlign=top borderColor=#000000 align=center><BR><B><font class='SmallHeading'>Navigation</font></B></td></tr>");
		
		
		
		document.write("<font class=LineBreak>&nbsp;</font><center><div id=Menu><table bgColor=#3399FF width='85%' id='MenuLeftTable'>");

		
		for(var i=0;i<MenuItemsArray[iIndex].length;i++){
			if(MenuItemsArray[iIndex][i].url.indexOf("pressreleases.html") !=-1){
				if(MenuItemsArray[iIndex][i].toolTip !=""){
					document.write("<tr><td align=left  class=WhiteNoUnderlineDarkBlue onmouseover=\"this.className='WhiteNoUnderlineLightBlue';ddrivetip('" + MenuItemsArray[iIndex][i].toolTip + "')\"  onmouseout=\"this.className='WhiteNoUnderlineDarkBlue';hideddrivetip()\" onClick=\"setCookie('Index','" + iIndex + "');setCookie('Override','true'); makeRequestHead('" + MenuItemsArray[iIndex][i].url + "');AlterHash('" + MenuItemsArray[iIndex][i].filename + "',50);\" >" + MenuItemsArray[iIndex][i].name + "</font></td></tr>");
				}else{
					document.write("<tr><td align=left  class=WhiteNoUnderlineDarkBlue onmouseover=\"this.className='WhiteNoUnderlineLightBlue';\"  onmouseout=\"this.className='WhiteNoUnderlineDarkBlue';\" onClick=\"setCookie('Index','" + iIndex + "');setCookie('Override','true');makeRequestHead('" + MenuItemsArray[iIndex][i].url + "'); AlterHash('" + MenuItemsArray[iIndex][i].filename + "',50);\" >" + MenuItemsArray[iIndex][i].name + "</font></td></tr>");
				}
			}else if(MenuItemsArray[iIndex][i].url.indexOf("Print=true") !=-1){
				document.write("<tr><td align=left  class=WhiteNoUnderlineDarkBlue onmouseover=\"this.className='WhiteNoUnderlineLightBlue';\"  onmouseout=\"this.className='WhiteNoUnderlineDarkBlue';\" onClick=\"setCookie('Index','" + iIndex + "');setCookie('Override','true');window.open('" +  MenuItemsArray[iIndex][i].url + "','','" + sOptions + "')\" >" + MenuItemsArray[iIndex][i].name + "</font></td></tr>");
			}else{
				var hashIndex = 0;
				var strHash = "";
				hashIndex  = MenuItemsArray[iIndex][i].url.indexOf("#");
				strHash =  MenuItemsArray[iIndex][i].url.substring(hashIndex  ,MenuItemsArray[iIndex][i].url.length);
				if(MenuItemsArray[iIndex][i].toolTip !=""){
					document.write("<tr><td align=left  class='WhiteNoUnderlineDarkBlue' onmouseover=\"this.className='WhiteNoUnderlineLightBlue';ddrivetip('" + MenuItemsArray[iIndex][i].toolTip + "')\"  onClick=\"setCookie('Override','false');setCookie('Hash','" + strHash + "');makeRequestHead('" + MenuItemsArray[iIndex][i].url + "');  AlterHash('" + MenuItemsArray[iIndex][i].filename + "',50);;\" onmouseout=\"this.className='WhiteNoUnderlineDarkBlue';hideddrivetip()\">" + MenuItemsArray[iIndex][i].name + "</td></tr>");
				}else{
					document.write("<tr><td align=left  class='WhiteNoUnderlineDarkBlue' onmouseover=\"this.className='WhiteNoUnderlineLightBlue';\"  onClick=\"setCookie('Override','false');setCookie('Hash','" + strHash + "');makeRequestHead('" + MenuItemsArray[iIndex][i].url + "'); AlterHash('" + MenuItemsArray[iIndex][i].filename + "',50);\" onmouseout=\"this.className='WhiteNoUnderlineDarkBlue';\">" + MenuItemsArray[iIndex][i].name + "</td></tr>");
				
				}
			}
		}
		document.write("</table></div></center>");
		if(document.all){
			iLeftBarRight =  document.all("MenuLeftTable").offsetLeft + document.all("MenuLeftTable").offsetWidth;
			iLeftBarLeft  = document.all("MenuLeftTable").offsetLeft;
		}else{
			iLeftBarRight =  document.getElementById("MenuLeftTable").offsetLeft + document.getElementById("MenuLeftTable").offsetWidth;
			iLeftBarLeft  = document.getElementById("MenuLeftTable").offsetLeft;
		}
		var LeftTableTagWidth = iLeftBarLeft  +iLeftBarRight ;	
	//}
		
	
	if(iIndex  ==-1){
		document.write("<br>");
	}

	document.write("<center><table border=0 ><tr><td align=left>");
	document.write("</table></center>");
}	
	
	
	
