// JavaScript Document

function mmLoadMenus() {

  if (window.mm_menu_0209191349_0) return;

  window.mm_menu_0209191349_0 = new Menu("root",210,20,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#006699","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);

  mm_menu_0209191349_0.addMenuItem("Chiropractic&nbsp;Org.&nbsp;and&nbsp;Assoc.","location='/chiroshopper/assoc.php'");

  mm_menu_0209191349_0.addMenuItem("Diagnostics","location='/chiroshopper/diagnostics.php'");

  mm_menu_0209191349_0.addMenuItem("Education","location='/chiroshopper/education.php'");

  mm_menu_0209191349_0.addMenuItem("Electrotherapy","location='/chiroshopper/Electrotherapy.php'");

  mm_menu_0209191349_0.addMenuItem("Financial&nbsp;Services","location='/chiroshopper/financial.php'");

  mm_menu_0209191349_0.addMenuItem("Insurance","location='/chiroshopper/insurance.php'");

  mm_menu_0209191349_0.addMenuItem("Nutrition","location='/chiroshopper/nutrition.php'");

  mm_menu_0209191349_0.addMenuItem("Orthotics","location='/chiroshopper/orthotics.php'");

  mm_menu_0209191349_0.addMenuItem("Patient&nbsp;Education","location='/chiroshopper/patient-education.php'");

  mm_menu_0209191349_0.addMenuItem("Practice&nbsp;Management","location='/chiroshopper/practice-management.php'");

  mm_menu_0209191349_0.addMenuItem("Rehabilitation","location='/chiroshopper/rehab.php'");

  mm_menu_0209191349_0.addMenuItem("Software","location='/chiroshopper/software.php'");

  mm_menu_0209191349_0.addMenuItem("Supplies","location='/chiroshopper/supplies.php'");

  mm_menu_0209191349_0.addMenuItem("Tables","location='/chiroshopper/tables.php'");

   mm_menu_0209191349_0.fontWeight="bold";

   mm_menu_0209191349_0.hideOnMouseOut=true;

   mm_menu_0209191349_0.bgColor='#555555';

   mm_menu_0209191349_0.menuBorder=1;

   mm_menu_0209191349_0.menuLiteBgColor='#FFFFFF';

   mm_menu_0209191349_0.menuBorderBgColor='#777777';



  window.mm_menu_Magazine_0 = new Menu("root",250,20,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#006699","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);

  mm_menu_Magazine_0.addMenuItem("Editorial&nbsp;Guidelines","location='/article/kit/editorial-guidelines.php'");

  mm_menu_Magazine_0.addMenuItem("Editorial&nbsp;Calendar","location='/article/kit/editoral_Calendar.php'");

  mm_menu_Magazine_0.addMenuItem("Contributor&rsquo;s&nbsp;Agreement","location='/article/kit/ContributorAgree.pdf'");

  mm_menu_Magazine_0.addMenuItem("Success&nbsp;Profile&nbsp;Nomination&nbsp;Form","location='/success/successform.php'");

   mm_menu_Magazine_0.fontWeight="bold";

   mm_menu_Magazine_0.hideOnMouseOut=true;

   mm_menu_Magazine_0.bgColor='#555555';

   mm_menu_Magazine_0.menuBorder=1;

   mm_menu_Magazine_0.menuLiteBgColor='#FFFFFF';

   mm_menu_Magazine_0.menuBorderBgColor='#777777';



  window.mm_menu_0209192056_0 = new Menu("root",148,20,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#006699","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);

  mm_menu_0209192056_0.addMenuItem("Browse&nbsp;Classifieds","location='/classifieds'");

  mm_menu_0209192056_0.addMenuItem("Place&nbsp;an&nbsp;Ad","location='/myad'");

   mm_menu_0209192056_0.fontWeight="bold";

   mm_menu_0209192056_0.hideOnMouseOut=true;

   mm_menu_0209192056_0.bgColor='#555555';

   mm_menu_0209192056_0.menuBorder=1;

   mm_menu_0209192056_0.menuLiteBgColor='#FFFFFF';

   mm_menu_0209192056_0.menuBorderBgColor='#777777';



mm_menu_0209192056_0.writeMenus();

} // mmLoadMenus()





function hidepanel(id, headid){ 

	if (document.getElementById){

		obj = document.getElementById(id); 

		obj.style.display = "none";

		obj = document.getElementById(headid); 

		obj.style.backgroundColor = "#4c83c7"; 	

		obj.style.height = "20px";

		obj.style.top = "0px";			

	}

} 



function showpanel(id, headid){ 

	if (document.getElementById){

		obj = document.getElementById(id); 

		obj.style.display = "block";

		obj = document.getElementById(headid); 

		obj.style.backgroundColor = "#7BA4D5"; 

		obj.style.height = "25px";

		obj.style.top = "-5px";		

	}

}



function panelOver(headid, over){

		if (document.getElementById){

			obj = document.getElementById(headid); 

			if ((obj.style.height != "25px") && (over == "1")) {

				obj.style.backgroundColor = "#7BA4D5"; 

			}

			if ((obj.style.height != "25px") && (over == "0")) {

				obj.style.backgroundColor = "#4c83c7"; 

			}

		}

}



function show(div)

{

	var divtoshow=document.getElementById(div);

	divtoshow.style.display="block";

}

		

function hide(div)

{

	var divtoshow=document.getElementById(div);

	divtoshow.style.display="none";

}

function createCookie(name,value,days) {

	if (days) {

		var date = new Date();

		date.setTime(date.getTime()+(days*24*60*60*1000));

		var expires = "; expires="+date.toGMTString();

	}

	else var expires = "";

	document.cookie = name+"="+value+expires+"; path=/";

}

function readCookie(name) {

	var nameEQ = name + "=";

	var ca = document.cookie.split(';');

	for(var i=0;i < ca.length;i++) {

		var c = ca[i];

		while (c.charAt(0)==' ') c = c.substring(1,c.length);

		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);

	}

	return null;

}



function eraseCookie(name) {

	createCookie(name,"",-1);

}



function randomPanel(){

	showpanel('panelresources','resources');

	showpanel('panelnews','newsheader');

	var randomnumber=Math.floor(Math.random()*4);

	switch(randomnumber)

	{

		case 0:

		  showpanel('panelblog','blogheader');

		  break;    

		case 1:

		  showpanel('paneldate','dateheader');

		  break;

		case 2:

		  showpanel('panelcompany','company-header');

		  break;		  

		default:

		  showpanel('panelproduct','product-header');

	}

}



if(!readCookie("welcome")){

	createCookie("welcome", 1, 1);

	window.location = "http://" + window.location.hostname + "/welcome.php?url=" + window.location.href ;

}
