// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
// v5

// === 1 === EXTRAS
s_hideTimeout=500;//1000=1 second
s_subShowTimeout=100;//if <=100 the menus will function like SM4.x
s_subMenuOffsetX=4;//pixels (if no subs, leave as you like)
s_subMenuOffsetY=1;
s_showLinkCursor=true;
s_statusShowLinks=true;
s_keepHighlighted=true;
s_autoSELECTED=false;//make the item linking to the current page SELECTED
s_autoSELECTEDItemsClickable=false;//look at IMPORTANT NOTES 1 in the Manual
s_scrollingInterval=30;//scrolling for tall menus
s_rightToLeft=false;
s_hideSELECTsInIE=false;//look at IMPORTANT HOWTOS 7 in the Manual


// === 2 === Default TARGET for all the links
// for navigation to frame, calling functions or
// different target for any link look at
// IMPORTANT HOWTOS 1 NOTES in the Manual
s_target='self';//(newWindow/self/top)


// === 3 === STYLESHEETS- you can define different arrays and then asign
// them to any menu you want with the s_add() function
s_CSSTop=[
'#8a8e8d',	// BorderColorDOM ('top right bottom left' or 'all')
'#8a8e8d',	// BorderColorNS4
1,		// BorderWidth
'#ffffff',	// BgColor
1,		// Padding
'#ffffff',	// ItemBgColor
'#FFB600',	// ItemOverBgColor
'#333333',	// ItemFontColor
'#D40E1B',	// ItemOverFontColor
'verdana,arial,helvetica,sans-serif',	// ItemFontFamily
'10px',		// ItemFontSize (css)
'1',		// ItemFontSize Netscape4 (look at KNOWN BUGS 3 in the Manual)
'normal',		// ItemFontWeight (bold/normal)
'left',		// ItemTextAlign (left/center/right)
3,		// ItemPadding
0,		// ItemSeparatorSize
'#8A8CCC',	// ItemSeparatorColor
'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',		// IEfilter (look at Samples\IE4(5.5)Filters dirs)
true,				// UseSubImg
'/images/arrow_2.gif',		// SubImgSrc
'/images/arrow_2_over.gif',	// OverSubImgSrc
12,				// SubImgWidth
6,				// SubImgHeight
5,				// SubImgTop px (from item top)
'#8A8CCC',			// SELECTED ItemBgColor
'#FFFFFF',			// SELECTED ItemFontColor
'/images/arrow_3grey.gif',	// SELECTED SubImgSrc
false,				// UseScrollingForTallMenus
'/images/scrolltop.gif',	// ScrollingImgTopSrc
'/images/scrollbottom.gif',	// ScrollingImgBottomSrc
68,				// ScrollingImgWidth
12,				// ScrollingImgHeight
'',		// ItemClass (css)
'',		// ItemOverClass (css)
''		// SELECTED ItemClass (css)
];

s_CSSred=['#ff0000','#ff0000',2,'#ffffff',0,'#fffbf0','#bebddf','#ff0000','#ff0000','arial,helvetica,sans-serif','10pt','2','normal','center',5,0,'#fff5c6','',true,'../images/arrow2.gif','../images/arrow3.gif',7,7,9,'#C0C0C0','#FFFFFF','../images/arrow2.gif',true,'../images/scrolltop.gif','../images/scrollbottom.gif',68,12,'','',''];


// === 4 === MENU DEFINITIONS
s_add(
{
N:'about_us',	// NAME
LV:1,		// LEVEL (look at IMPORTANT NOTES 1 in the Manual)
MinW:130,	// MINIMAL WIDTH
T:133,		// TOP (look at IMPORTANT HOWTOS 6 in the Manual)
L:10,		// LEFT (look at IMPORTANT HOWTOS 6 in the Manual)
P:false,	// menu is PERMANENT (you can only set true if this is LEVEL 1 menu)
S:s_CSSTop	// STYLE Array to use for this menu
},
[		// define items {U:'url',T:'text' ...} look at the Manual for details
{U:'/crosby/about_us/about_crosby.php',T:'About Crosby'},
// {U:'/about_us/case_studies.php',T:'Case Studies'}, (RM 11/03/2007)
{U:'/crosby/about_us/our_vision.php',T:'Our Vision'},
{U:'/crosby/about_us/crosby_brands.php',T:'Crosby Brands'},
{U:'/crosby/about_us/our_history.php',T:'Our History'},
{U:'/crosby/about_us/management.php',T:'Our Management'},
{U:'/crosby/about_us/our_network.php',T:'Our Network'},
{U:'/crosby/about_us/case_studies.php',T:'Case Studies'},
{U:'/crosby/about_us/press_office.php',T:'Press Office'},
// {U:'/about_us/rdworkshops.php',T:'R&D Workshops'},
{U:'/crosby/about_us/recruitment.php',T:'Careers'},
{U:'/crosby/about_us/join_us.php',T:'Why Crosby?'}
////{U:'/about_us/resellers.php',T:'Resellers'},
////{U:'/about_us/sponsorship.php',T:'Sponsorship'}

]
);

s_add(
{N:'products_and_services',LV:1,MinW:130,T:133,L:87,P:false,S:s_CSSTop},
[
// {Show:'sub_voice', U:'',T:'Voice'},
{U:'/crosby/voice/',T:'Voice'},		
//{U:'/crosby/fax/',T:'Fax'},	
{U:'/crosby/sms/',T:'Mobile'},	
{U:'/crosby/specialist/',T:'Specialist'}
// {Show:'sub_fax', U:'',T:'Fax'},
// {Show:'sub_sms', U:'',T:'Mobile'},
// {Show:'sub_internet', U:'',T:'Web'},
// {Show:'sub_broadcasting', U:'',T:'Broadcasting'},
// {Show:'sub_IT', U:'',T:'I.T.'},
// {Show:'sub_specialist', U:'',T:'Specialist'}

]
);

/*	s_add(
		{N:'sub_voice',LV:2,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/voice/information_lines.php',T:'Information Lines'},			
			{U:'/voice/local_call_numbers.php',T:'Local Rate Numbers'},
			{U:'/voice/credit_card.php',T:'Credit Card Processing'},	
			{U:'/voice/applications/crosby_call.php',T:'Crosby Call'},
			{U:'/voice/crosby_conferencing.php',T:'Crosby Conferencing'},
			{U:'/voice/branded_conferencing.php',T:'Branded Conferencing'},
			{U:'/voice/virtual_producer.php',T:'Crosby Virtual Producer'} 
			//{Show:'sub_ivrsols', U:'/voice/ivrsolution/standard_features.php',T:'Crosby IVR Features'}		
		]
		); */
		
	s_add(
		{N:'sub_sms',LV:2,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/sms/applications/sms_expertchat.php',T:'Expert Chat'},
			{U:'/sms/photome.php',T:'Photo Me'},
			{U:'/pub_text/',T:'Pub Text'},
			{U:'/sms/text2call',T:'Crosby Text 2 Call'},
			{U:'/sms/text2win.php',T:'Text 2 Win'},
			{U:'/sms/text4location.php',T:'Text 4 Location'},
			{Show:'sub_text4info', U:'/sms/text4info.php',T:'Text 4 Info'},
			{U:'/sms/text4reminders.php',T:'Text 4 Reminders'},
			{U:'/sms/text4alerts.php',T:'Text 4 Alerts'}	
		]
		);
				
	s_add(
		{N:'sub_text4info',LV:3,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/sms/text4info.php#email',T:'Text 4 Info (e-mail)'},
			{U:'/sms/text4info.php#mailout',T:'Text 4 Info (mailout)'}
		]
		);
		
	/* s_add(
		{N:'sub_broadcasting',LV:2,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/broadcasting/faq.php',T:'Broadcasting FAQ'},
			{U:'/broadcasting/colocation.php',T:'Co-location'},
			{U:'/broadcasting/retail_radio.php',T:'Retail Radio'},
			{U:'/broadcasting/media_streaming.php',T:'Media Streaming'},
			{U:'/broadcasting/tv_channel.php',T:'Starting a TV channel'},
			{U:'/broadcasting/studio_text_call.php',T:'Studio Text Call '}
		]
		); */

	/* s_add(
		{N:'sub_IT',LV:2,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/it/blackberry.php',T:'Blackberry Solutions'},
			{U:'/it/backup.php',T:'Data Recovery/Back Up'},
			{U:'/it/consult.php',T:'I.T. Consultancy'},
			{U:'/it/support.php',T:'I.T. Support'}
		]
		); */
		
	s_add(
		{N:'sub_specialist',LV:2,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/specialist/bt.php',T:'BT Disputes'},
			{U:'/specialist/ipsurveillance.php',T:'IP Surveillance'},
			{U:'/specialist/evidence.php',T:'Mobile Evidence Collector'},
			{U:'/specialist/tvaps.php',T:'Television Audience Participation System'},
			{U:'/specialist/radioaps.php',T:'Radio Audience Participation System'}
		]
		);
			

	s_add(
		{N:'sub_billing',LV:2,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/billing/billing_platform/index.php',T:'Crosby Billing Platform '},
			{U:'/billing/cdr_chute/index.php',T:'Crosby CDR Chute'},
			{Show:'sub_modules', U:'/billing/modules/index.php',T:'Modules'}		
		]
		);

				
		s_add(
		{N:'sub_fax',LV:2,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/fax/fax_to_email.php',T:'Fax 2 Email'},
			{U:'/fax/web_fax.php',T:'Web 2 Fax'}
		]
		);

		s_add(
		{N:'sub_ivrsols',LV:3,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/crosby/voice/ivrsolution/standard_features.php',T:'Standard Features'},
			{U:'/crosby/voice/ivrsolution/advanced_features.php',T:'Advanced Features'},
			{U:'/crosby/voice/ivrsolution/fax.php',T:'Fax'},
			{U:'/crosby/voice/ivrsolution/sms.php',T:'SMS'},
			{U:'/crosby/voice/ivrsolution/wap.php',T:'WAP'},
			{U:'/crosby/voice/ivrsolution/internet_feature.php',T:'Internet Features'},
			{U:'/crosby/voice/ivrsolution/voice_recognition.php',T:'Voice Recognition'},
			{U:'/crosby/voice/ivrsolution/voice_verification.php',T:'Voice Verification'},
			{U:'/crosby/voice/ivrsolution/live_audio.php',T:'Live Audio'},
			{U:'/crosby/voice/ivrsolution/time_features.php',T:'Time Sensitive Features'},
			{U:'/crosby/voice/ivrsolution/database.php',T:'Database'}					
		]
		);
		s_add(
		{N:'sub_ivrapps',LV:3,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/voice/applications/crosby_call.php',T:'Crosby Call'},
			{U:'/voice/applications/virtualcall_queuing.php',T:'Virtual Call Queuing'},
			{U:'/broadcasting/virtual_producer.php',T:'Virtual Producer'},
			{Show:'sub_ivrsols', U:'voice/ivrsolution/standard_features.php',T:'Crosby IVR Features'}				
		]
		);
		
		s_add(
		{N:'sub_smsapps',LV:3,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/sms/applications/sms_horoscopes.php',T:'Daily Horoscopes '},
			{U:'/sms/applications/sms_businesscard.php',T:'Phonebook Business Cards '},
			{U:'/sms/applications/sms_textalerts.php',T:'Text Alerts'},
			{U:'/sms/applications/sms_expertchat.php',T:'Expert Chat'},
			{U:'/sms/photome.php',T:'Crosby Photo Me'},
			{U:'/sms/text2call',T:'Text 2 Call'}
		]
		);
	
		s_add(
		{N:'sub_modules',LV:3,MinW:130,T:'',L:'',P:false,S:s_CSSTop},
		[
			{U:'/billing/modules/advertising.php',T:'Advertising Module'},
			{U:'/billing/modules/employ_track.php',T:'Employee Tracking Module'},
			{U:'/billing/modules/fax_stats.php',T:'Fax Statistics Module'},
			{U:'/billing/modules/forum.php',T:'Forum Module'},			
			{U:'/billing/modules/icstis.php',T:'ICSTIS Guru Module'},
			{U:'/billing/modules/intranet.php',T:'Intranet Module'},
			{U:'/billing/modules/marketing.php',T:'Marketing Module'},
			{U:'/billing/modules/mobile_content.php',T:'Mobile Content Module'},
			{U:'/billing/modules/moves_changes.php',T:'Moves & Changes Module'},
			{U:'/billing/modules/radio_station.php',T:'Radio Station Module'},
			{U:'/billing/modules/remote_connect.php',T:'Remote Connect Module'},												
			{U:'/billing/modules/jreverse_bills.php',T:'Reverse Billing Module'},
			{U:'/billing/modules/snapshot.php',T:'Snapshot Module'},
			{U:'/billing/modules/tv.php',T:'TV Module'},			
			{U:'/billing/modules/voting.php',T:'Voting Module'},			
			{U:'/billing/modules/web_mail.php',T:'Web Mail Module'},			
			{U:'/billing/modules/website_stats.php',T:'Website Statistics Module'}
		]
		);

	
s_add(
{N:'support',LV:1,MinW:130,T:133,L:175,P:false,S:s_CSSTop},
[
	// {U:'/technical_support/guru/',T:'Communications Guru'},
	// {U:'/technical_support/glossary/',T:'Glossary of Terms'},
	// {U:'/technical_support/member.php',T:'Members Area'},
	// {U:'/technical_support/number_locator/',T:'Number Locator'},			
	{U:'http://support.crosby.co.uk',T:'Technical Support'},
	{U:'http://status.crosby.co.uk',T:'Service Alerts'}
]
);

s_add(
{N:'contact_us',LV:1,MinW:130,T:133,L:249,P:false,S:s_CSSTop},
[
{U:'/crosby/about_us/contact_us.php',T:'Get in Touch'},
{U:'/crosby/contact_form/',T:'Contact Form'}

]
);