var pubCheminSite = 'http://www.netop.fr/';

function footer(){
document.write('<div id="footer"> Service WebDesign <a href="http://www.addjust.com/">Addjust Technologies</a><br/>');
document.write('<img src="' + pubCheminSite + 'images/logoaddjust.jpg" alt="" width="188" height="55" />');
document.write('</div>');
}

function footnavbar(){
document.write('<div id="footnavbar">');
document.write('<img src="' + pubCheminSite +'images/footnavbar.png" alt="" />');
document.write('</div>');
}

function menunsc(){
	menu_commun('logonsc.png','Netop School 6','Supervision des salles de formation');
}

function menunrc(){
	menu_commun('logonrc.png','Netop Remote Control','Supervision et prise de main a distance pour le support technique');
}

function menunsi(){
	menu_commun('logonsi.png','Netop School Integral','Gestion compl&egrave;te des salles de formation informatis&eacute;es');
}

function menunpp(){
	menu_commun('logonpp.png','Netop ProtectOn Pro','Protection des configurations de disques durs');
}

function menunpl(){
	menu_commun('logonpl.png','Netop PrintLimit Pro','Gestion des quotas d\'impression');
}

function menunod(){
	menu_commun('logonod.png','Netop On Demand','Supervision et aide aux utilisateurs');
}

function menunme(){
	menu_commun('logonme.png','Netop Mobile and Embedded','Supervision des dispositifs mobiles');
}

function menunnf(){
	menu_commun('logonnf.png','Netop Netfilter','Gestion des accès à internet');
}

function menunvi(){
	menu_commun('logonvi.png','Netop Vision 7','Supervision des salles de formation');
}


function menudownload(){
	menu_commun('telechargement.jpg','Netop','Formulaire de t&eacute;l&eacute;chargement de nos logiciels');
}


function menu_commun(pImage,pTitre,pDescription){
	document.write('<table width="100%">');
	  document.write('<tr>');
		document.write('<td width="50%" valign="top"><img src="' + pubCheminSite + 'images/' + pImage  + '" alt="" /></td>');
		document.write('<td width="50%" valign="top"><h2>' + pTitre + '</h2><br/>');
			document.write('<h1>'+ pDescription +'</h1></td>');
	  document.write('</tr>');
	document.write('</table>'); 
}

function menusoftnsc(){
	menusoft_commun('netop_school',1);
}

function menusoftnsi(){
	menusoft_commun('netop_school_integral',0);
}

function menusoftnrc(){
	menusoft_commun('netop_remote_control',1);
}

function menusoftnnf(){
	menusoft_commun('netop_netfilter',1);
}

function menusoftnme(){
	menusoft_commun('netop_mobile',1);
}

function menusoftnpp(){
	menusoft_commun('netop_protecton_pro',1);
}

function menusoftnpl(){
	menusoft_commun('netop_printlimit',1);
}

function menusoftnod(){
	menusoft_commun('netop_ondemand',1);
}

function menusoftnvi(){
	menusoft_commun('netop_vision',1);
}


function menusoft_commun(pRepertoire, pTelechargement) {
	document.write('<div id="menusoft">');
	
		document.write('<ul>');
			document.write('<li><a href="' + pubCheminSite + pRepertoire + '/index.htm">Fiche Produit</a></li>');
			document.write('<li><a href="' + pubCheminSite + pRepertoire + '/fonctionnalites.htm">Fonctionnalit&eacute;s</a></li>');
			if (pTelechargement==1) {
				document.write('<li><a href="' + pubCheminSite + 'telechargements/'+ pRepertoire +'/">T&eacute;l&eacute;chargement</a></li>');}
			document.write('<li><a href="' + pubCheminSite + 'contact/">Contact</a></li>');
		document.write('</ul>');
	
	document.write('</div>');
}

