
var ApplicationType;

ApplicationType = "";

function popupForm(App,root) {
var w;

  	w = open(root + App + '.asp?ApplicationType=' + ApplicationType, '_application', "width=800,height=600,toolbar=False,location=False,directories=False,status=True,menubar=False,scrollbars=1,resizeable=False,copyhistory=False,dependant=no",true);
	w.focus();
}

function popupForm1(App,root) {
var w;

  	w = open(root + App + '&ApplicationType=' + ApplicationType, '_application', "width=800,height=600,toolbar=False,location=False,directories=False,status=True,menubar=False,scrollbars=1,resizeable=False,copyhistory=False,dependant=no",true);
	w.focus();
}

function popupForm1https(App,root) {
var w;

  	w = open("https://www.rothschild.com" + root + App + '&ApplicationType=' + ApplicationType, '_application', "width=800,height=600,toolbar=False,location=False,directories=False,status=True,menubar=False,scrollbars=1,resizeable=False,copyhistory=False,dependant=no",true);
	w.focus();
}

function popupFormStub() {
	popupForm("register","");
	self.close();	

}

function popupFormStubG() {
	popupForm1("register.asp?AF=G","/careers/control/");
	self.close();	

}

function popupFormStubI() {
	popupForm1("register.asp?AF=I","/careers/control/");
	self.close();	

}

function changeImages(id, imgref)
{

}