function launchJobSearch(url) {
	if (url != "" && url != undefined && url != "undefined" )
		location.href = url;
	else
		 location.href = "http://usworkflowpro.olecenter.com/careercenter2/default.aspx?a=search";

}

function launchOfficeLocator() {
	location.href = "http://www.adeccousa/officelocator/OfficeLocator.aspx";
}

function launchWorldWide() {
	newwin =   window.open("http://www.adecco.com", "WORLDWIDE", "");
}
