/*
Leader Suisse des annuaires de Santé
http://www.swissante.ch
*/
gauche5=05
haut5=100
target5 = 'mainFrame';

color51 = "#EBCB7E";
color52 = "#000000";
color53 = "#FF0000";

menudlmfr1titre = new Array;
menudlmfr1lien = new Array;


	menudlmfr1titre[0]= 'Croix Rouge'
	menudlmfr1lien[0]= 'crsemplois.html'
	menudlmfr1titre[1]= 'Direct-Jobs'
	menudlmfr1lien[1]= 'direct-jobs-ban.html'
	menudlmfr1titre[2]= 'Fixe/temporaire'
	menudlmfr1lien[2]= 'emplois.html'
	menudlmfr1titre[3]= 'OSP Berne'
	menudlmfr1lien[3]= 'ospbern.html'
	menudlmfr1titre[4]= 'OSP Fribourg'
	menudlmfr1lien[4]= 'ospfri.html'	
	menudlmfr1titre[5]= 'OSP Genève'
	menudlmfr1lien[5]= 'ospgen.html'
	menudlmfr1titre[6]= 'OSP Jura'
	menudlmfr1lien[6]= 'cospjura.html'
	menudlmfr1titre[7]= 'OSP Neuchâtel'
	menudlmfr1lien[7]= 'ospneuch.html'
	menudlmfr1titre[8]= 'OSP Valais'
	menudlmfr1lien[8]= 'ospvalais.html'
	

document.write('<STYLE TYPE="text/css">#menudlmfr1 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placemenudlmfr1() {
if (ie4) {menudlmfr1.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menudlmfr1").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placemenudlmfr1()",1);
}

window.onload = placemenudlmfr1;
document.write('<SPAN ID=menudlmfr1><table bgcolor=#EBCB7E border=4 cellspacing=3 cellpadding=3 bordercolorlight=#C0C0C0 bordercolordark=#C0C0C0 WIDTH=135><TR>	<TD ALIGN=center><FONT FACE="Verdana" SIZE=2 COLOR=#000000><B><b>Emplois</B></FONT></TD></TR>')
for(a=0;a<menudlmfr1lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:hand" onClick="window.open(\''+menudlmfr1lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><B><A HREF="'+menudlmfr1lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menudlmfr1titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')
