function apriScheda(path,winTitle,width,height){
myXpos=(screen.width-width)/2;
myYpos=(screen.height-height)/2;
win = window.open(path.toLowerCase(),null,"toolbar=0,status=0,width="+width+",height="+height+",personalbar=0,resizable=0,scrollbars=0,Left="+myXpos+",Top="+myYpos);
}

function apriGallery(path,winTitle,width,height){
myXpos=(screen.width-width)/2;
myYpos=(screen.height-height)/2;
win = window.open(path.toLowerCase(),null,"toolbar=0,status=0,width="+width+",height="+height+",personalbar=0,resizable=0,scrollbars=0,Left="+myXpos+",Top="+myYpos);
//win.moveTo(myXpos,myYpos);
}

function apriMappa(path,winTitle,width,height){
myXpos=(screen.width-width)/2;
myYpos=(screen.height-height)/2;
win = window.open(path.toLowerCase(),null,"toolbar=0,status=0,width="+width+",height="+height+",personalbar=0,resizable=0,scrollbars=0,Left="+myXpos+",Top="+myYpos);
//win.moveTo(myXpos,myYpos);
}

function Invia() {
var msg = "E' fatto obbligo di inserire all'interno del proprio curriculum la formula di consenso di cui all'indirizzo http://www.gesmargroup.it/icvit.php . VERRANNO SCARTATI TUTTI I CURRICULA PRIVI DI TALE FORMULA.";
var marittimo;
var amministrativo;

var navName = window.navigator.appName;
  if (navName=="Microsoft Internet Explorer") {
		marittimo = document.modulo.personale(0).checked;
		amministrativo = document.modulo.personale(1).checked;
  } else {
		marittimo = document.modulo.personale[0].checked;
		amministrativo = document.modulo.personale[1].checked;
	} if (marittimo) {
     window.location.href = "mailto: operativo@gruppogesmar.it?Subject=Curriculum Vitae&Body=" + msg;
  } else if (amministrativo){
	   window.location.href = "mailto: paghe@gruppogesmar.it?Subject=Curriculum Vitae&Body=" + msg;
	} else {
	   alert("Specificare se si desidera inviare il proprio curriculum al personale marittimo o amministrativo.");
	}
}

function ApriExc() {
window.open("http://www.sers.it/webmail","Posta");
}