//---The following is used to get the name of the current page---//
		//added by Batoul 10/24/2007
		
		myurl = location.href; 		
		mysub = "/"; 	
		//The following function returns everything after the last "/"
		function crop(fullString, subString) { 
			if (fullString.lastIndexOf(subString) == -1) { 
				return ""; 
			} else { 
					return fullString.substring(fullString.lastIndexOf(subString)+1, fullString.length); 
					} 
			}	
		mypage = crop(myurl, mysub);	
		//document.write(mypage); 

//---Tha following are the header's menu data---//
		//modified by Batoul 10/16/2007
		
		function check_image()
		{
			var url = location.href; 		
			var subs = "/"; 
			var page = crop(url, subs);
			//document.write(page); 
			if (page=='index.html' || page==''){				
				document.images.home.src="images/menu/home_down.jpg";										
			}
			else{
				document.images.home.src="images/menu/home_button.jpg";				
			}	
			if (page=='aboutus_briefoverview.html' || page=='aboutus_management.html' || page=='aboutus_advisoryboard.html' || page=='aboutus_evolution.html' || page=='aboutus_mediacenter.html' || page=='aboutus_learningcenter.html' || page=='aboutus_networkpage.html'){						
				 document.images.aboutus.src="images/menu/aboutus_down.jpg";						
			}
			else{
				document.images.aboutus.src="images/menu/aboutus_button.jpg";						
			}
				
			if (page=='solutions_overview.html'|| page=='solutions_retailers.html'|| page=='solutionsmanufacturers.html'|| page=='solutions_organizations.html'){
				document.images.solutions.src="images/menu/businesssolutions_down.jpg";						
			}
			else{
				document.images.solutions.src="images/menu/businesssolutions_button.jpg" ;						
			}
				
			if (page=='technology.html'){
				document.images.technology.src="images/menu/technology_down.jpg" ;						
			}
			else{
				document.images.technology.src="images/menu/technology_button.jpg" ;						
			}
			
			if (page=='products.html'){
				document.images.products.src="images/menu/consumerproducts_down.jpg" ;						
			}
			else{
				document.images.products.src="images/menu/consumerproducts_button.jpg" ;						
			}
			
			if (page=='contactus.html'){
				document.images.contactus.src="images/menu/contactus_down.jpg";				
			}		
			else{
				document.images.contactus.src="images/menu/contactus_button.jpg" ;						
			}
		}
		
		
		
		
		
		
		if (mypage=='index.html' || mypage==''){
			var home_down="images/menu/home_down.jpg";
			var home_over="images/menu/home_over.jpg";			
		}
		else{
			var home_down="images/menu/home_button.jpg";
			var home_over="images/menu/home_over.jpg";			
		}
			
		if (mypage=='aboutus_briefoverview.html'|| mypage=='aboutus_management.html'|| mypage=='aboutus_advisoryboard.html'|| mypage=='aboutus_evolution.html'|| mypage=='aboutus_mediacenter.html'|| mypage=='aboutus_learningcenter.html' || mypage=='aboutus_networkpage.html'){						
			var aboutus_down="images/menu/aboutus_down.jpg";
			var aboutus_over="images/menu/aboutus_over.jpg";			
		}
		else{
			var aboutus_down="images/menu/aboutus_button.jpg";
			var aboutus_over="images/menu/aboutus_over.jpg";			
		}
			
		if (mypage=='solutions_overview.html'|| mypage=='solutions_retailers.html'|| mypage=='solutionsmanufacturers.html'|| mypage=='solutions_organizations.html'){
			var solutions_down="images/menu/businesssolutions_down.jpg";
			var solutions_over="images/menu/businesssolutions_over.jpg";			
		}
		else{
			var solutions_down="images/menu/businesssolutions_button.jpg";
			var solutions_over="images/menu/businesssolutions_over.jpg";			
		}
			
		if (mypage=='technology.html'){
			var technology_down="images/menu/technology_down.jpg";
			var technology_over="images/menu/technology_over.jpg";			
		}
		else{
			var technology_down="images/menu/technology_button.jpg";
			var technology_over="images/menu/technology_over.jpg";			
		}
		
		if (mypage=='products.html'){
			var products_down="images/menu/consumerproducts_down.jpg";
			var products_over="images/menu/consumerproducts_over.jpg";			
		}
		else{
			var products_down="images/menu/consumerproducts_button.jpg";
			var products_over="images/menu/consumerproducts_over.jpg";			
		}
		
		if (mypage=='contactus.html'){
			var contactus_down="images/menu/contactus_down.jpg";			
			var contactus_over="images/menu/contactus_over.jpg";			
		}		
		else{
			var contactus_down="images/menu/contactus_button.jpg";
			var contactus_over="images/menu/contactus_over.jpg";			
		}
				
		var menItems=[
						"<td><a title='Home Page' href='index.html'><img src=\""+home_down+"\" border='0' name='home' onmouseover='document.images.home.src=\""+home_over+"\"' onmouseout='document.home.src=\""+home_down+"\"' alt='Home'></a></td>",
						"<td><a title='About Us' href='aboutus_briefoverview.html' onMouseover='dropdownmenu(this, event, menu1, \"\")' onMouseout='delayhidemenu()'><img src=\""+aboutus_down+"\" border='0' name='aboutus' onmouseover='document.aboutus.src=\""+aboutus_over+"\"' onmouseout='document.aboutus.src=\""+aboutus_down+"\"' alt='About Us'></a></td>",
						"<td><a title='Solutions' href='solutions_overview.html' onMouseover='dropdownmenu(this, event, menu2, \"\")' onMouseout='delayhidemenu()'><img src=\""+solutions_down+"\" border='0' name='solutions' onmouseover='document.solutions.src=\""+solutions_over+"\"' onmouseout='document.solutions.src=\""+solutions_down+"\"' alt='Solutions'></a></td>",
						"<td><a title='Technology' href='technology.html'><img src=\""+technology_down+"\" border='0' name='technology' onmouseover='document.technology.src=\""+technology_over+"\"' onmouseout='document.technology.src=\""+technology_down+"\"' alt='Technology'></a></td>",
						"<td><a title='Products' href='products.html'><img src=\""+products_down+"\" border='0' name='products' onmouseover='document.products.src=\""+products_over+"\"' onmouseout='document.products.src=\""+products_down+"\"' alt='Products'></a></td>",
						"<td><a title='Contact Us' href='contactus.html'><img src=\""+contactus_down+"\" border='0' name='contactus' onmouseover='document.contactus.src=\""+contactus_over+"\"' onmouseout='document.contactus.src=\""+contactus_down+"\"' alt='Contact us'></a></td>"
					];
					//"<td><a title='Products' href='products.html' class='menu_black' onClick='return clickreturnvalue()' onMouseover='dropdownmenu(this, event, menu1, \"\")' onMouseout='delayhidemenu()'><img src=\""+products1+"\" border='0' name='products' onmouseover='document.products.src=products2' onmouseout='document.products.src=products1' alt='Products'></a></td>",

//---The following are the footer's data---//
		//modified by Batoul 10/16/2007

		var outp="<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0' class='link'>";
		    outp+="<tr><td colspan='2' style='background-color: #FFFFF;' class='footer'><div align='center'> <a title='copyright' href='copyright.html' class='footer' style='text-decoration: none;'>Copyright &copy; 2007 </a>Get Solo, LLC. All Rights Reserved. Last Updated: 11/16/2007.</div></td></tr>";
		    outp+="<tr><td style='height: 22px;' colspan='2'><div align='center'> <span class='footer'>solo*, solo* The Power of One, Get Solo, and the stylized solo* logo, accessory designs, and barcode layouts are all trademarks of Get<br> Solo, LLC. Technology Patent Pending. <br/>";
		    outp+="<a title='Terms of Use' href='termsofuse_1.html' class='footer_links'>Terms &amp; Conditions</a> | <a title='Privacy Policy' href='privacy_1.html' class='footer_links'>Privacy Policy </a></span></div></td></tr></table>";

/**********************************
Function for adding the footer
**********************************/
		//added by camil 08-27-07
		
		function displayList(){
			document.getElementById("productsDiv").display="";
		}
		//end camil
		function AddFooter(){
		   document.getElementById("footer").innerHTML=outp;
		}


/**********************************
Main function for Generating Menu
**********************************/
		function MakeMenu()
		{
		  if (/Mozilla\/5\.0/.test(navigator.userAgent)) 
			{
			insertFfxMenu();
		  } 
			else 
			{
			insertIeMenu();
		  }
		}

/**********************************
function generate menu in Firefox
**********************************/
		function insertFfxMenu()
		{
		   var output = "";
		   for (var j = 0; j <  menItems.length; j++) 
		   {
			  output += menItems[j];
			  // output += "<td class='col0''>" + menItems[j];
		   }
		   theOutput = "<tr>"+output;
		   theOutput += "</tr>";
		   document.getElementById("menu").innerHTML = theOutput;		
		}
/**********************************
function generate menu in IE
**********************************/
		function insertIeMenu()
		{
		  if(menItems.length>0)
			{
				var row =  document.getElementById("menu").insertRow();
			row.align="right";
			if (document.all) 
				{
			  for (var i = 0; i < menItems.length; i++) 
					{
				var cell = row.insertCell(i);
				cell.innerHTML = menItems[i];
				if (i==1 || i==0) 
						{
				  cell.align="left";
				}
				}
			}
			}	
		}

//---The following are the contents of the menus---//
		
		var aboutus_overview_button="images/submenu/aboutus/briefoverview_button.gif";
		var aboutus_overview_over="images/submenu/aboutus/briefoverview_over.gif";
		var aboutus_management_button="images/submenu/aboutus/management_button.gif";
		var aboutus_management_over="images/submenu/aboutus/management_over.gif";
		var aboutus_advisory_button="images/submenu/aboutus/advisoryboard_button.gif";
		var aboutus_advisory_over="images/submenu/aboutus/advisoryboard_over.gif";
		var aboutus_evolution_button="images/submenu/aboutus/evolution_button.gif";
		var aboutus_evolution_over="images/submenu/aboutus/evolution_over.gif";
		var aboutus_mediacenter_button="images/submenu/aboutus/mediacenter_button.gif";
		var aboutus_mediacenter_over="images/submenu/aboutus/mediacenter_over.gif";
		var aboutus_learning_button="images/submenu/aboutus/learningcenter_button.gif";
		var aboutus_learning_over="images/submenu/aboutus/learningcenter_over.gif";
		var aboutus_network_button="images/submenu/aboutus/networkpage_button.gif";
		var aboutus_network_over="images/submenu/aboutus/networkpage_over.gif";
	
		
		var menu1=new Array();
		menu1[0]='<a href="aboutus_briefoverview.html"><img src="images/submenu/aboutus/briefoverview_button.gif" border="0" name="aboutus_overview" onmouseover="document.aboutus_overview.src=aboutus_overview_over" onmouseout="document.aboutus_overview.src=aboutus_overview_button"></a>';
		menu1[1]='<a href="aboutus_management.html"><img src="images/submenu/aboutus/management_button.gif" border="0" name="aboutus_management" onmouseover="document.aboutus_management.src=aboutus_management_over" onmouseout="document.aboutus_management.src=aboutus_management_button"></a>';
		menu1[2]='<a href="aboutus_advisoryboard.html"><img src="images/submenu/aboutus/advisoryboard_button.gif" border="0" name="aboutus_advisory" onmouseover="document.aboutus_advisory.src=aboutus_advisory_over" onmouseout="document.aboutus_advisory.src=aboutus_advisory_button"></a>';
		menu1[3]='<a href="aboutus_evolution.html"><img src="images/submenu/aboutus/evolution_button.gif" border="0" name="aboutus_evolution" onmouseover="document.aboutus_evolution.src=aboutus_evolution_over" onmouseout="document.aboutus_evolution.src=aboutus_evolution_button"></a>';
		menu1[4]='<a href="aboutus_mediacenter.html"><img src="images/submenu/aboutus/mediacenter_button.gif" border="0" name="aboutus_mediacenter" onmouseover="document.aboutus_mediacenter.src=aboutus_mediacenter_over" onmouseout="document.aboutus_mediacenter.src=aboutus_mediacenter_button"></a>';
		menu1[5]='<a href="aboutus_networkpage.html"><img src="images/submenu/aboutus/networkpage_button.gif" border="0" name="aboutus_network" onmouseover="document.aboutus_network.src=aboutus_network_over" onmouseout="document.aboutus_network.src=aboutus_network_button"></a>';
		menu1[6]='<a href="aboutus_learningcenter.html"><img src="images/submenu/aboutus/learningcenter_button.gif" border="0" name="aboutus_learning" onmouseover="document.aboutus_learning.src=aboutus_learning_over" onmouseout="document.aboutus_learning.src=aboutus_learning_button"></a>';
		
		
		var solution_overview_button="images/submenu/solutions/overview_button.gif";
		var solution_overview_over="images/submenu/solutions/overview_over.gif";
		var solution_retailers_button="images/submenu/solutions/retailers_button.gif";
		var solution_retailers_over="images/submenu/solutions/retailer_over.gif";
		var solution_manufacturers_button="images/submenu/solutions/manufacturers_button.gif";
		var solution_manufacturers_over="images/submenu/solutions/manufacturers_over.gif";
		var solution_organizations_button="images/submenu/solutions/memberorganizations_button.gif";
		var solution_organizations_over="images/submenu/solutions/memberorganizations_over.gif";
		
		var menu2=new Array();
		menu2[0]='<a href="solutions_overview.html"><img src="images/submenu/solutions/overview_button.gif"; border="0" name="solution_overview" onmouseover="document.solution_overview.src=solution_overview_over" onmouseout="document.solution_overview.src=solution_overview_button"></a>';
		menu2[1]='<a href="solutions_retailers.html"><img src="images/submenu/solutions/retailers_button.gif"; border="0" name="solution_retailers" onmouseover="document.solution_retailers.src=solution_retailers_over" onmouseout="document.solution_retailers.src=solution_retailers_button"></a>';
		menu2[2]='<a href="solutionsmanufacturers.html"><img src="images/submenu/solutions/manufacturers_button.gif"; border="0" name="solution_manufacturers" onmouseover="document.solution_manufacturers.src=solution_manufacturers_over" onmouseout="document.solution_manufacturers.src=solution_manufacturers_button"></a>';
		menu2[3]='<a href="solutions_organizations.html"><img src="images/submenu/solutions/memberorganizations_button.gif"; border="0" name="solution_organizations" onmouseover="document.solution_organizations.src=solution_organizations_over" onmouseout="document.solution_organizations.src=solution_organizations_button"></a>';	

		/*var menu3=new Array();
		menu3[0]='<a href="http://solo.getsolo.com">Wallet Cards</a>';
		menu3[1]='<a href="http://solo.getsolo.com">Key Fobs</a>';
		menu3[2]='<a href="http://cellfire.getsolo.com">Mobile Device Stickers</a>';
		menu3[3]='<a href="http://starwars.getsolo.com">Luggage Tags (<font style="font-style:italic">Star Wars</font>)</a>';
		menu3[4]='<a href="http://starwars.getsolo.com">Social Networking Cards (<font style="font-style:italic">Star Wars</font>)</a>';
		menu3[0]='<a href="http://starwars.getsolo.com" style="font-family:arial;font-size:11px">Social Networking Cards(<font style="font-style:italic;font-family:arial;font-size:12px">Star Wars</font>)</a>';*/

//---The following are the properties of the submenu div---//
				
		var menuwidth="1px";       //default menu width
		var menubgcolor='white';     //menu bgcolor
		var disappeardelay=200;      //menu disappear speed onMouseout (in miliseconds)
		var hidemenu_onclick="yes";  //hide menu when user clicks within menu?
				
//---The following parameters are used to differentiate between fire fox and Ie---//			
		
		function checkBrowser(){
		this.ver=navigator.appVersion
		this.dom=document.getElementById?1:0
		this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
		this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
		this.ie4=(document.all && !this.dom)?1:0;		
		return this
		}
		var ie4=checkBrowser();		
		var ns6=document.getElementById&&!document.all;

//---The following function is used for positioning---//

		function getposOffset(what, offsettype){
		var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
		var parentEl=what.offsetParent;
		while (parentEl!=null){
		totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
		parentEl=parentEl.offsetParent;
		}
		return totaloffset;
		}
		
//---		
		function showhide(obj, e, visible, hidden, menuwidth){
		if (ie4||ns6)
		dropmenuobj.style.left=dropmenuobj.style.top="-500px";
		if (menuwidth!=""){
		dropmenuobj.widthobj=dropmenuobj.style;
		//dropmenuobj.widthobj.width=menuwidth;
		}
		if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
		obj.visibility=visible;
		else if (e.type=="click")
		obj.visibility=hidden;
		}
		
		function iecompattest(){
		return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
		}
		
		function clearbrowseredge(obj, whichedge){
		var edgeoffset=0;
		if (whichedge=="rightedge"){
		var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15;
		dropmenuobj.contentmeasure=dropmenuobj.offsetWidth;
		if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
		edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth;
		}
		else{
		var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset;
		var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18;
		dropmenuobj.contentmeasure=dropmenuobj.offsetHeight;
		if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
		edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight;
		if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
		edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge;
		}
		}
		return edgeoffset;
		}
		
		function populatemenu(what){
		if (ie4||ns6)
		dropmenuobj.innerHTML=what.join("");
		}
		
		
		function dropdownmenu(obj, e, menucontents, menuwidth){
		if (window.event) event.cancelBubble=true;
		else if (e.stopPropagation) e.stopPropagation()
		clearhidemenu();
		dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv;
		populatemenu(menucontents);
		
		if (ie4||ns6){
		showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth);
		dropmenuobj.x=getposOffset(obj, "left");
		dropmenuobj.y=getposOffset(obj, "top");
		dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px";
		dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px";
		}
		
		return clickreturnvalue()
		}
		
		function clickreturnvalue(){
		if (ie4||ns6) return false;
		else return true;
		}
		
		function contains_ns6(a, b) {
		while (b.parentNode)
		if ((b = b.parentNode) == a)
		return true;
		return false;
		}
		
		function dynamichide(e){
			//if (ie4 && !dropmenuobj.contains(e.toElement)) {
				//alert("IE");
				delayhidemenu();
			//} else if (ns6 && e.currentTarget!= e.relatedTarget && !contains_ns6(e.currentTarget, e.relatedTarget)) {
				//alert("FF");
				//delayhidemenu();
			//}
		}
		
		function hidemenu(e){
		if (typeof dropmenuobj!="undefined"){
		if (ie4||ns6)
		dropmenuobj.style.visibility="hidden";
		}
		}
		
		function delayhidemenu(){
		if (ie4||ns6)
		delayhide=setTimeout("hidemenu()",disappeardelay);
		}
		
		function clearhidemenu(){
		if (typeof delayhide!="undefined")
		clearTimeout(delayhide);
		}
		
		if (hidemenu_onclick=="yes")
		document.onclick=hidemenu;
		
//---The following is used to declare the div where the submenu will be populated---//
		
		if (ie4||ns6)
		document.write("<div id='dropmenudiv' name='dropmenudiv' style='visibility:hidden; width:"+menuwidth+"; ' onMouseover='clearhidemenu()' onMouseout='dynamichide(event)' onClick='dynamichide(event)'></div>");
		//background:URL(images/menu/submenu_bck.jpg);