// CG,modified on 06052009

//var root ='http:///www.harrisbook.com/';
//var root ='file:///D:/connie/HARRIS%20Website/';

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','top=0,left=0,width=970,height=450');
	if (window.focus) {newwindow.focus()}
}

var MENU_NODE = {
left:0, top:0, width:750, height:20, direction:'h', root:true, styleClass:'menuText',
itemWidth:120, itemHeight:20,
itemBackgroundColor:"#393936", itemBackgroundColorOver:"#878787",
sub:[
	{
		
		caption:"About HARRIS", href: "",
		left:0, width:105, height:20,
		sub:{
			left:0, direction:'h',
            		itemBackgroundColor:"#878787", itemBackgroundColorOver:"#acacac",
                  	sub:[
			      {
					caption:"The HARRIS Story", href: root + "about/harris.htm",
					width:135, height:20
				  },
				   
				{
					caption:"FAQ", href: root + "about/feedback.htm",
					width:100, height:20
				  }, 
				
				{
					caption:"Careers", href: root + "about/career.htm",
					width:100, height:20
				  }
			]
		}
	},
	
	{
		caption:"Bestsellers", href:"",
		left:0, top:0, width:90, height:20,
		sub:{
			left:-60, direction:'h',
            		itemBackgroundColor:"#878787", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"Fiction", href: root + "bestsellers/fiction.htm",
					width:100, height:20
				},
				{
					caption:"Non-Fiction", href:root + "bestsellers/nonfiction.htm",
					width:100, height:20
				}
				
			]
		}
	},
	
	{
		caption:"Recommendations", href: root + "recom/recommendation.htm",
		left:0, top:0, width:120, height:20,
		sub:{
			left:-110, direction:'h',
            		itemBackgroundColor:"#878787", itemBackgroundColorOver:"#acacac",
                  	sub:[
							
			]
		}
	},
	
	 {
		caption:"Promotions", href:"",
		left:0, top:0, width:90, height:20,
		sub:{
			left:-25, direction:'h',
            		itemBackgroundColor:"#878787", itemBackgroundColorOver:"#acacac",
                  	sub:[
				    	
				{
					caption:"In-Store Promotions", href: root + "promos/instore-promo.html",
					width:160, height:20
				}	
			]
		}
	},
	
	{
		caption:"Card", href: root + "cv/card.htm",
		left:0, top:0, width:60, height:20,
		sub:{
			left:-90, direction:'h',
            		itemBackgroundColor:"#878787", itemBackgroundColorOver:"#acacac",
                  	sub:[
				
			]
		}
	},
	
	{
		caption:"Voucher", href: root + "cv/voucher.htm",
		left:0, top:0, width:75, height:20,
		sub:{
			left:-95, direction:'h',
            		itemBackgroundColor:"#878787", itemBackgroundColorOver:"#acacac",
                  	sub:[
				
			]
		}
	},
	
	
	
	{
		caption:"Contact Us", href: root + "contact/location.htm",
		left:0, top:0, width:85, height:20,
		sub:{
			left:-110, direction:'h',
            		itemBackgroundColor:"#878787", itemBackgroundColorOver:"#acacac",
                  	sub:[
				
			]
		}
	},
	
	{
		caption:"Sub. eNewsletter", href:"javascript:poptastic('https://www.popular.com.sg/jsp/enewsletter/subscribe_enews.jsp');",
		left:0, top:0, width:125, height:20,
		sub:{
			left:-100, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				
			]
		}
	}

] // end
};//end
