q = location.href.indexOf('&');
if (q == -1) { 

	subpage = 'rau';
	}
   else {
	  var c1 = location.href.indexOf('=');
	  var c2 = location.href.indexOf('&');
	  page = location.href.substr(c1+1,c2-c1-1);
	  subpage = location.href.substr(c2+9);
   }
// Meniu Istoric
if(page=='ist') {
// openMenu('Istoric');
document.write('<span class = "level1">');
document.write('<a href = "Despre noi.html?page=ist" target="_self">');
if (lev1img=='yes') {
document.write('<img src="' + imgPath + lev1ClosName +'" width="' + lev1ClosWidth + '" height="' + lev1ClosHeight + '"border="0">');
}
document.write('<font color="#FF0000">Istoric</font></a><span><br><hr>');
} 
else {
closeMenu('Istoric','ist');
}
// Meniu Prezentare
if(page=='prez') {
openMenu('Prezentare societate');
} else {
closeMenu('Prezentare societate','prez');
}

// Meniu Echipa
if(page=='echipa') {
// openMenu('Echipa de conducere');
document.write('<span class = "level1">');
document.write('<a href = "Despre noi.html?page=echipa" target="_self">');
if (lev1img=='yes') {
document.write('<img src="' + imgPath + lev1ClosName +'" width="' + lev1ClosWidth + '" height="' + lev1ClosHeight + '"border="0">');
}
document.write('<font color="#FF0000">Echipa de conducere</font></a><span><br><hr>');
} else {
closeMenu('Echipa de conducere','echipa');
}

// Meniu Valori
if(page=='val') {
// openMenu('Informatii publice');
document.write('<span class = "level1">');
document.write('<a href = "Valori.html?page=val" target="_self">');
if (lev1img=='yes') {
document.write('<img src="' + imgPath + lev1ClosName +'" width="' + lev1ClosWidth + '" height="' + lev1ClosHeight + '"border="0">');
}
document.write('<font color="#FF0000">Valori</font></a><span><br><hr>');
} else {
thisPage = 'Valori.html';
closeMenu('Valori','val');
}

/*
if(page=='val') {
// openMenu('Valori');document.write('<span class = "level1">');
document.write('<a href = "despre noi.html?page=val" target="_self">');
if (lev1img=='yes') {
document.write('<img src="' + imgPath + lev1ClosName +'" width="' + lev1ClosWidth + '" height="' + lev1ClosHeight + '"border="0">');
}
document.write('<font color="#FF0000">Valori</font></a><span><br><hr>');
} else {
closeMenu('Valori','val');
} */

// Meniu Servicii
if(page=='serv') {
openMenu('Servicii');
} else {
thisPage='Despre noi.html';
closeMenu('Servicii','serv');
}

// Meniu Certificari
if(page=='cert') {
openMenu('Certific&#259;ri');
} else {
thisPage='Despre noi.html';
closeMenu('Certific&#259;ri','cert');
}

// Meniu Angajari
//if(page=='angaj') {
//openMenu('Angaj&#259ri');
//} else {
//thisPage='Despre noi.html';
//closeMenu('Angaj&#259;ri','angaj');
//}


// Meniu Informatii publice
/*
if(page=='inf') {
document.write('<span class = "level1">');
document.write('<a href = "Despre noi.html?page=inf" target="_self">');
if (lev1img=='yes') {
document.write('<img src="' + imgPath + lev1ClosName +'" width="' + lev1ClosWidth + '" height="' + lev1ClosHeight + '"border="0">');
}
document.write('<font color="#FF0000">Informa&#355;ii publice</font></a><span><br><hr>');
} else {
thisPage='Despre noi.html';
closeMenu('Informa&#355;ii publice','inf');
}
*/
