var urlglobal = "http://www.gambleroad.com";
var msgSelectCountry = " Select your country / language \n\n Seleccione su país / idioma \n Sélectionnez votre pays / langue \n Wählen Sie Ihr Land / Sprache \n Seleziona il tuo paese / lingua";
/*--------------------------------------------------------*/
var USoffer = "/amgoffer/superior-casino-download";
var AUSofferEN = "/amgoffer/super-slots-free-download";
var NZofferEN = "/amgoffer/super-slots-free-download";

var UKoffer = "/amgoffer/gamingclub-download";
var CANADAofferEN = "/amgoffer/luckynugget-download";

var FRANCEoffer = "/amgoffer/jackpotcity-fr-download-free-games-amg";
var CANADAofferFR = "/amgoffer/jackpotcity-fr-download-free-games-amg";

var GERMANYoffer = "/amgoffer/jackpotcity-de-download-free-games-amg";
var ITALYoffer = "/amgoffer/jackpotcity-it-download-free-games-amg";
var SPAINoffer = "/amgoffer/jackpotcity-es-download-free-games-amg";
var RUSSIAoffer = "/amgoffer/casino-europa-ru-download";
/*--------------------------------------------------------*/
var Homepage = "/";
var AUpage = "/";
var NZpage = "/";
var USpage = "/usa-gambling/index.html";
var UKpage = "/uk-gambling/index.html";
var CNDENpage = "/canada-gambling/index.html";
var FRpage = "/casino-francais/index.html";
var CNDFRpage = "/casino-francais/index.html";
var DEpage = "/deutsche-kasino/index.html";
var ITpage = "/casino-italiano/index.html";
var ESpage = "/casino-espanol/index.html";
var RUpage = "/russian-casino/index.html";
/*--------------------------------------------------------*/

function submitvisitor1(formname) {	
var form = eval('document.'+formname);
var country = form.country.value;
var url = '';
if (country == "0" || country == null) {alert( msgSelectCountry );return false;}
else {	 if (country == "1") {path = USoffer;} 
	else if (country == "2") {path = USoffer;}
	else if (country == "3") {path = UKoffer;}
	else if (country == "4") {path = CANADAofferEN;}
	else if (country == "5") {path = FRANCEoffer;}
	else if (country == "6") {path = GERMANYoffer;}
	else if (country == "7") {path = ITALYoffer;}
	else if (country == "8") {path = SPAINoffer;}
	else if (country == "9") {path = CANADAofferFR;}
	else if (country == "10") {path = AUSofferEN;}
	else if (country == "11") {path = NZofferEN;}
	else if (country == "12") {path = RUSSIAoffer;}
	else {path = USoffer;}
	url = urlglobal;
	return url+path;	
	}
}
/*--------------------------------------------------------*/
function submitvisitor2(formname) {	
var form = eval('document.'+formname);
var country = form.country.value;
var url = '';
if (country == "0" || country == null) {alert( msgSelectCountry );return false;}
else {	 if (country == "1") {path = Homepage;} 
	else if (country == "2") {path = USpage;}
	else if (country == "3") {path = UKpage;}
	else if (country == "4") {path = CNDENpage;}
	else if (country == "5") {path = FRpage;}
	else if (country == "6") {path = DEpage;}
	else if (country == "7") {path = ITpage;}
	else if (country == "8") {path = ESpage;}
	else if (country == "9") {path = CNDFRpage;}
	else if (country == "10") {path = AUpage;}
	else if (country == "11") {path = NZpage;}
	else if (country == "12") {path = RUpage;}
	else {path = Homepage;}
	url = urlglobal;
	return url+path;	
	}
}
/*--------------------------------------------------------*/