﻿function Dove_Siamo(a)
{
	Dove_Siamo(a, 0);
}
function Dove_Siamo(a, b)
    {
//ALTAMIRA
	if (a.indexOf("/html/people/people_salva_modifica_cv.asp",0)>0)
    {
    document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > My Profile');
    }
	else if (a.indexOf("/html/people/people_lrobot_ricerca.asp",0)>0)
    {
    document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > Job Alert');
    }
	else if (a.indexOf("/html/people/people_reg.asp",0)>0)
    {
    document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > My Profile');
    }
	else if ((a.indexOf("/html/people/people_sfoglia_annunci.asp",0)>0) | a == "http://jobs.humanvalue.it/")
    {
    document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > Job Search');
    }
	else if (a.indexOf("/html/people/people_invio_cv.asp",0)>0)
    {
		if (b == 0)
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/"><strong>Job Search</strong></a> > Invia il tuo CV');
		else
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/english/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/"><strong>Job Search</strong></a> > Send your CV');
    }
	else if (a.indexOf("/html/people/people_preferenze.asp",0)>0)
    {
		if (b == 0)
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/html/people/people_salva_modifica_cv.asp"><strong>My Profile</strong></a> > Dati di registrazione');
		else
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/english/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/html/people/people_salva_modifica_cv.asp"><strong>My Profile</strong></a> > Login Data');
    }
	else if (a.indexOf("/post_reg.asp",0)>0)
    {
		if (b == 0)
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/html/people/people_salva_modifica_cv.asp"><strong>My Profile</strong></a> > Conferma registrazione');
		else
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/english/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/html/people/people_salva_modifica_cv.asp"><strong>My Profile</strong></a> > Confirm Data');
    }
	else if (a.indexOf("/html/people/people_dimenticato_password.asp",0)>0)
    {
		if (b == 0)
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > Ho dimenticato la password');
		else
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/english/index.php"><strong>Home</strong></a> > I\' ve forgot my password');
    }
	else if (a.indexOf("/html/people/people_invia_annuncio.asp",0)>0)
    {
		if (b == 0)
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/italian/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/"><strong>Job Search</strong></a> > Invia l\' annuncio ad un amico');
		else
			document.write ('<a class="percorsoNavigazione" href="http://www.humanvalue.it/english/index.php"><strong>Home</strong></a> > <a class="percorsoNavigazione" href="/"><strong>Job Search</strong></a> > Send the vacancy to your friend');
    }
    else
    {
		if (b == 0)
			document.write ("Registrati");
		else
			document.write ("Join Us");
    }
	}
	
Banner =
{
  crea: function() {
    var b = Math.floor(Math.random() * 7);
    var Lista = new Array(7);
    Lista[0] = "http://jobs.humanvalue.it/swf/1_header.swf"
    Lista[1] = "http://jobs.humanvalue.it/swf/2_header.swf"
    Lista[2] = "http://jobs.humanvalue.it/swf/3_header.swf"
    Lista[3] = "http://jobs.humanvalue.it/swf/4_header.swf"
    Lista[4] = "http://jobs.humanvalue.it/swf/5_header.swf"
    Lista[5] = "http://jobs.humanvalue.it/swf/6_header.swf"
    Lista[6] = "http://jobs.humanvalue.it/swf/7_header.swf"
    document.write("<object codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='966' height='182' type='application/x-shockwave-flash' data='" + Lista[b] + "' ><param name='movie' value='" + Lista[b] + "' /><param name='quality' value='high' /></object>");
      },
	creaEN: function() {
    var b = Math.floor(Math.random() * 7);
    var Lista = new Array(7);
    Lista[0] = "http://jobs.humanvalue.it/swf/1_headerEN.swf"
    Lista[1] = "http://jobs.humanvalue.it/swf/2_headerEN.swf"
    Lista[2] = "http://jobs.humanvalue.it/swf/3_headerEN.swf"
    Lista[3] = "http://jobs.humanvalue.it/swf/4_headerEN.swf"
    Lista[4] = "http://jobs.humanvalue.it/swf/5_headerEN.swf"
    Lista[5] = "http://jobs.humanvalue.it/swf/6_headerEN.swf"
    Lista[6] = "http://jobs.humanvalue.it/swf/7_headerEN.swf"
    document.write("<object codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='966' height='182' type='application/x-shockwave-flash' data='" + Lista[b] + "' ><param name='movie' value='" + Lista[b] + "' /><param name='quality' value='high' /></object>");
      }
}

function preloadimages(){
var myimages=new Array();
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("http://jobs.humanvalue.it/images/menu/TopOnH.jpg","http://jobs.humanvalue.it/images/menu/TopOnMP.jpg","http://jobs.humanvalue.it/images/menu/TopOnCu.jpg","http://jobs.humanvalue.it/images/menu/TopOnCo.jpg","http://jobs.humanvalue.it/images/menu/TopOnCav.jpg","http://jobs.humanvalue.it/images/menu/TopOnP.jpg","http://jobs.humanvalue.it/images/menu/TopOnCon.jpg");



       

