var cid = '';

/*var html = '<span style="color:white;font-weight:bold">';
var html2= '</span>'; */
var MENU_ITEMS = [
    ['About me', 'index.php?go=about_me',null
		//['About me', 'about_us.html',null],
	//	['How to order', 'how_to_order.html',null],
		//['Quick order', 'quick_order.html',null],
	//	['Terms & conditions', 'terms_and_conditions.html',null],
	//	['Privacy', 'privacy.html',null],
	//	['Contact', 'contact.html',null],
	],
	
	['Print/Size<br> details', 'index.php?go=prt_details',null],
	['Technical<br> details', 'index.php?go=info',null],
	['Contact', 'index.php?go=contact',null],
	['Exhibitions', 'index.php?go=exhibitions',null],
	//['QUESTIONS', 'faq.html',null],	
	['View Cart', 'index.php?go=cart',null],
	['My Account', 'index.php?go=login',null],
];
/*
var MENU_ITEMS = [
    ['dorint-shop.com', 'index.php',null,
		['about us', 'about_us.html',null],
		['how to order', 'how_to_order.html',null],
		['quick order', 'quick_order.html',null],
		['terms & conditions', 'terms_and_conditions.html',null],
		['privacy', 'privacy.html',null],
		['contact', 'contact.html',null],
	],
	['BASKET', 'index.php?go=cart',null],
	
	['SEARCH', 'search.html',null],
	['MY ACCOUNT', 'index.php?go=my_account',null,
	 	['international', 'international_deliveries.html',null],
	 	['questions', 'faq.html',null],
	],
	
];*/
