var oM;

oM=new makeCM("oM");
oM.onlineRoot="";
oM.offlineRoot="";
oM.fillImg="images/cm_fill.gif";
oM.frames=0;
/* oM.frameStartLevel = 2 */
oM.openOnClick=0
oM.closeOnClick=0

oM.resizeCheck=1; 
oM.wait=250;
oM.rows=1;  

oM.useBar=1; 
oM.barX=0;
oM.barY="menu"; 
oM.barClass="clBar";
oM.barWidth="100%"; 
oM.barHeight="menu"; 
oM.barBorderX=0; 
oM.barBorderY=0;

oM.fromTop=100;
oM.fromLeft=10; 
oM.pxBetween=0;
oM.zIndex=400;

/******************************************
Menu Level creation:
myCoolMenu.level[x]=new cm_makeLevel(width, height, regClass, overClass, borderX, borderY, borderClass, rows, align, offsetX, offsetY, arrow, arrowWidth, arrowHeight, roundBorder)
http://www.dhtmlcentral.com/projects/coolmenus/properties.asp?m=48
*************************************/

oM.level[0]=new cm_makeLevel(210,18,"clT","clTover",0,0,"clB",0,"bottom",0,2,0,0,0);
oM.level[1]=new cm_makeLevel(210,18,"clS","clSover",0,0,"clB",0,"right",0,0,"images/menu_arrow.gif",10,10);
oM.level[2]=new cm_makeLevel(210,18,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(210,18);

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
http://www.dhtmlcentral.com/projects/coolmenus/properties.asp?m=50
*************************************/

oM.makeMenu('about_us','','About Us','/aboutus.html');
	oM.makeMenu('gma','about_us','Good Morning Australia','/gma.html');
	oM.makeMenu('award','about_us','Business Awards','/award.html');
	oM.makeMenu('packaging','about_us','Eco Packaging','/temp.html');
	oM.makeMenu('privacy','about_us','Privacy Statement','/catalog/privacy.php');
	oM.makeMenu('disclaimer','about_us','Disclaimer','/disclaimer.html');

oM.makeMenu('products_services','','Products Online','/products.html');
	oM.makeMenu('dog_treats','products_services','Treats for the Healthy Pet','/catalog/index.php?cPath=22');
	oM.makeMenu('health_care','products_services','Natural Health Care for Pets','/catalog/index.php?cPath=1');
	oM.makeMenu('nutritional_supplements','products_services','Nutritional Supplements for Pets','/catalog/index.php?cPath=21');
	oM.makeMenu('gift_ideas','products_services','Gift Ideas for Dogs & Cats','/catalog/index.php?cPath=28');
	oM.makeMenu('calendars','products_services','Photo Wall Calendars','/catalog/index.php?cPath=63');
    oM.makeMenu('greeting_cards','products_services','Animal Greeting Cards','/catalog/index.php?cPath=67');
	oM.makeMenu('animal_books','products_services','Books on Animal Care','/catalog/index.php?cPath=24');
	oM.makeMenu('pet_accessories','products_services','Accessories for your Pet','/catalog/index.php?cPath=41');
	oM.makeMenu('keeping_chickens','products_services','Keeping Backyard Chickens','/catalog/index.php?cPath=60');
  //oM.makeMenu('bookmarks','products_services','Animal Book marks','/catalog/index.php?cPath=31'); 
	

oM.makeMenu('news_resources','','Information & Services','/resources.html');
	oM.makeMenu('newsletters','news_resources','Paw Printz Newsletters','/newsletters.html');
//	oM.makeMenu('page_handle','newsletters','Page Name','/page.html');
	oM.makeMenu('nutrition','news_resources','Natural Nutrition','/nutrition.html');
//	oM.makeMenu('diet','news_resources','Raw Food Diet','/diet.html');
//	oM.makeMenu('meals_to_go','news_resources','Premium Choice Meals','/meals_to_go.html');
	oM.makeMenu('photography','news_resources','Pet Photography','/photobooks.html');
    oM.makeMenu('homestay','news_resources','HomeStay for Pets','/homestay.html');
	oM.makeMenu('native_wildlife','news_resources','Australian Native Wildlife','/mammalian.html');
	oM.makeMenu('keeping_chickens','news_resources','Keeping Backyard Chickens','/tanglewood_chickens.html');
    oM.makeMenu('sitemap','news_resources','Paw Printz Site Map','/sitemap.html');



oM.makeMenu('calender','','Market Calendar','/calender.html');

oM.makeMenu('testimonials','','Testimonials','/testimonials.html');
	oM.makeMenu('happy_customers','testimonials','Happy Customers','/happycustomers.html');
	oM.makeMenu('videos','testimonials','Dog Videos','/videos.html');

oM.makeMenu('contact_us','','Contact Us','/contactus.html');

var avail="150";
oM.menuPlacement=new Array(45,avail+"-5",avail+"*2+5",avail+"*3+15",avail+"*4+10",avail+"*5-15");
oM.construct();
