var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["National Directory", WEBSITE_URL+"car_shipping_National_Directory_auto_Transport_companies"],
	["State Wide Directory", WEBSITE_URL+"statewide_car_shipping_directory_auto_Transport_companies"],
	["Special Vehicle Directory", WEBSITE_URL+"car_shipping_Special_Vehicle_Directory_auto_Transport_companies"],
	["Worldwide Directory", WEBSITE_URL+"car_shipping_Worldwide_Directory_auto_Transport_companies"],
	["Custom Directory", WEBSITE_URL+"car_shipping_Custom_Search_auto_Transport_companies"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu1', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["User/Quote Manager Login", WEBSITE_URL+"login/User-Quote_Manager"],
	["User/Quote Manager Signup", WEBSITE_URL+"signup/User-Quote_Manager"],
	["Company Login", WEBSITE_URL+"login/company"],
	["Company Signup", WEBSITE_URL+"signup/company"],
	["Advertiser login", WEBSITE_URL+"login/advertiser"],
	["Advertiser signup", WEBSITE_URL+"signup/advertiser"]
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["National Directory", WEBSITE_URL+"car_shipping_National_Directory_auto_Transport_companies"],
	["State Wide Directory", WEBSITE_URL+"statewide_car_shipping_directory_auto_Transport_companies"],
	["Special Vehicle Directory", WEBSITE_URL+"car_shipping_Special_Vehicle_Directory_auto_Transport_companies"],
	["Worldwide Directory", WEBSITE_URL+"car_shipping_Worldwide_Directory_auto_Transport_companies"],
	["Custom Directory", WEBSITE_URL+"car_shipping_Custom_Search_auto_Transport_companies"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["Manage Profile", WEBSITE_URL+"userpanel/profile"],
	["Quote Manager", WEBSITE_URL+"userpanel/dashboard"],
	["Contact Us", WEBSITE_URL+"userpanel/contactus"],
	["Change password", WEBSITE_URL+"userpanel/change_password"],
	["Logout", WEBSITE_URL+"logout"] //no comma following last entry!
]
var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu5.items=[
	["Manage Profile", WEBSITE_URL+"userpanel/profile"],
	["Business Statistics", WEBSITE_URL+"userpanel/business_stats"],
	["Manage Company", WEBSITE_URL+"userpanel/mybusiness"],
	["Contact Us", WEBSITE_URL+"userpanel/contactus"],
	["Change password", WEBSITE_URL+"userpanel/change_password"],
	["Logout", WEBSITE_URL+"logout"] //no comma following last entry!
]
var anylinkmenu6={divclass:'anylinkmenu6', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu6.items=[
	["Compare brokers with carriers", WEBSITE_URL+"cms/compare_brokers_with_carriers"],
	["Listing types", WEBSITE_URL+"cms/listing_types"],
	["Auto transport website reviews and reports", WEBSITE_URL+"cms/auto_transport_website_reviews_and_report"],
	["Frequently asked questions (FAQ)", WEBSITE_URL+"cms/frequently_asked_questions"]
	//["Marketplace", WEBSITE_URL+"cms/marketplace"],
	//["Auto Transport Job Center", WEBSITE_URL+"cms/auto_transport_job_center"],
	//["Message Board", WEBSITE_URL+"cms/message_board"] //no comma following last entry!
	//Oops, to add a favorite to your quote manager you need to register first. Click here, it only takes a few seconds
]
var anylinkmenu7={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu7.items=[
	["Manage Profile", WEBSITE_URL+"userpanel/profile"],
	["Ads Banner Manager", WEBSITE_URL+"userpanel/banner"],
	["Contact Us", WEBSITE_URL+"userpanel/contactus"],
	["Change password", WEBSITE_URL+"userpanel/change_password"],
	["Logout", WEBSITE_URL+"logout"] //no comma following last entry!
]

function loginalert(){
	var r = confirm('Oops you need to be a registered user to select favorites. You can then use the quote manager to make your car shipping experience real easy. Click OK to register, it only takes a few seconds.');	
	if (r){
		window.location=WEBSITE_URL+"login/User-Quote_Manager";
	}
}
function loginalert2(a,b){

	var r = confirm('You need to be registered to claim a business. Click OK to signup now, it takes only a few minutes.');	
	if (r){
		window.location=WEBSITE_URL+"signup/company/"+a+"/"+b;
	}
}

