BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#4c4c4c",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#81111b"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:["relative",99], itemoff:[0,0], leveloff:[30,0],style:NOSTYLE, size:[33,150]},
	{code:'<img src="images/main/menu/1.jpg" width="86" height="27" />',
		sub:[
			{itemoff:[29,0]},
			{code:"About SSPEC", url:"Index_Company_About_SSPEC.html",style:STYLE, size:[30,150]},
			{code:"Mission Statement", url:"Index_Company_Mission_Statement.html",style:STYLE, size:[30,150]},
			{code:"Our Philosophy", url:"Index_Company_Our_Philosophy.html",style:STYLE, size:[30,150]},
			{code:"Our Experiences", url:"Index_Company_Our_Experiences.html",style:STYLE, size:[30,150]},
			
		
		]
	},
	{itemoff:[0,86]},
	{code:'<img src="images/main/menu/2.jpg" width="88" height="27" />',
		sub:[
			{itemoff:[29,0]},
			{code:"Software Project Outsourcing", url:"Index_Solutions_Software_Project_Outsourcing.html",style:STYLE, size:[30,200]},
			{code:"IT Manpower Outsourcing", url:"Index_Solutions_IT_Manpower_Outsourcing.html",style:STYLE, size:[30,200]},
			{code:"MMS/SMS Hub", url:"Index_Solutions_MMS_SMS_Hub.html",style:STYLE, size:[30,200]},
			{code:"Web Localisation", url:"Index_Solutions_Web_Localisation.html",style:STYLE, size:[30,200]},
			{code:"Customisation", url:"Index_Solutions_Customisation.html",style:STYLE, size:[30,200]}
	]
		},
			
	{itemoff:[0,88]},
	{code:'<img src="images/main/menu/3.jpg" width="90" height="27" />',
		sub:[
			 {itemoff:[29,0]},
			{code:"Collaboration Portals", url:"Index_Projects_Collaboration_Portals.html",style:STYLE, size:[30,170]},
			{code:"News and Media Portals", url:"Index_Projects_News_and_Media_Portals.html",style:STYLE, size:[30,170]},
			{code:"Ecommerce Portals", url:"Index_Projects_Ecommerce_Portals.html",style:STYLE, size:[30,170]},
			{code:"Intranet / Corporate Portals", url:"Index_Projects_Intranet_Corporate_Portals.html",style:STYLE, size:[30,170]},
			]
		},
		
		{itemoff:[0,90]},
	{code:'<img src="images/main/menu/4.jpg" width="90" height="27" />',
		sub:[
			 {itemoff:[29,0]},
			{code:"Mobile Netwoks QOS ", url:"Index_Products_Mobile_Netwoks_QOS.html",style:STYLE, size:[30,200]},
			{code:"Mobile Platform", url:"Index_Products_Mobile_Platform.html",style:STYLE, size:[30,200]},
			{code:"SMS/MMS Solution", url:"Index_Products_SMS_MMS_Solution.html",style:STYLE, size:[30,200]},
			{code:"Interactive Speech Recognition", url:"Index_Products_Interactive_Speech_Recognition.html",style:STYLE, size:[30,200]},
		
			
	]
		},
		
		{itemoff:[0,90]},
	{code:'<img src="images/main/menu/5.jpg" width="93" height="27" />',url:"Index_Alliances.html",
		sub:[
			
	]
		},
		
		
		{itemoff:[0,93]},
	{code:'<img src="images/main/menu/6.jpg" width="89" height="27" />',url:"Index_Clients.html",
		sub:[
			
	]
		},


		
];
