
function callBack(mode){
	var source = "int_mori";
	if(mode == 16 || mode == 17 || mode == 18){source="EXPAT"}
	var newWindow = window.open("http://www.axappphealthcarecampaign.co.uk/callback/popup_expat.asp?s=" + source + "&mode=" + mode, "expatpopup", "width=550, height=500, resizable");
	newWindow.focus();
}

function submitForm(x){document.forms[x].submit();}
