imgdwn="./TOP/images/topdown.gif";
add="../index.htm";
$home_directory1= "http://www.microst.it";
 


 $location1 = window.location.toString();
 //document.write($location1);

 $fullpath1 = $location1.substr($location1.indexOf($home_directory1,0) + $home_directory1.length + 1).split("/"); 
 //document.write($fullpath1[0]);

  for (i = 0; i < $fullpath1.length; i++) {
		
		      if ($fullpath1[i]== "progetti") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_prog.gif";
		  			add=$home_directory1+"/progetti.htm"
		   			         }
		 else if ($fullpath1[i]== "Progetti") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_prog.gif";
		  			add=$home_directory1+"/progetti.htm"
		   			         }
		 else if ($fullpath1[i]== "progetti.htm") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_prog.gif";
		  			add=$home_directory1+"/progetti.htm"
		   			         }
		 else if ($fullpath1[i]== "tutorial") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_tuto.gif";
		  			add=$home_directory1+"/tutorial.htm"
		   			         }
		    			         
		else if ($fullpath1[i]== "Tutorial") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_tuto.gif";
		  			add=$home_directory1+"/tutorial.htm"
		   			         }
		 
		else if ($fullpath1[i]== "tutorial.htm") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_tuto.gif";
		  			add=$home_directory1+"/tutorial.htm"
		   			         }

		else if ($fullpath1[i]== "prodotti") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_prod.gif";
		  			add=$home_directory1+"/prodotti.htm"
		   			         }

 		else if ($fullpath1[i]== "Prodotti") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_prod.gif";
		  			add=$home_directory1+"/prodotti.htm"
		   			         }

 		else if ($fullpath1[i]== "prodotti.htm") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_prod.gif";
		  			add=$home_directory1+"/prodotti.htm"
		   			         }

		else if ($fullpath1[i]== "servizi") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_serv.gif";
		  			add=$home_directory1+"/servizi.htm"
		   			         }

		else if ($fullpath1[i]== "Servizi") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_serv.gif";
		  			add=$home_directory1+"/servizi.htm"
		   			         }

 		else if ($fullpath1[i]== "servizi.htm") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_serv.gif";
		  			add=$home_directory1+"/servizi.htm"
		   			         }
 
		
                else if  ($fullpath1[i]== "link") {
					 imgdwn=$home_directory1+"/TOP/images/topdown_link.gif";
		 			 add=$home_directory1+"/links.htm"
		  			          }

		else if  ($fullpath1[i]== "software.htm") {
					 imgdwn=$home_directory1+"/TOP/images/topdown_soft.gif";
		 			 add=$home_directory1+"/software.htm"
		  			          }

		else if  ($fullpath1[i]== "howmade") {
					 imgdwn=$home_directory1+"/TOP/images/topdown_howmade.gif";
		 			 add=$home_directory1+"/howmade/howitismade.htm"
		  			          }

 		else if ($fullpath1[i]== "e-com.htm") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_ecom.gif";
		  			add=$home_directory1+"/e-com.htm"
		   			         }

 		else if ($fullpath1[i]== "ecom") {
		 			imgdwn=$home_directory1+"/TOP/images/topdown_ecom.gif";
		  			add=$home_directory1+"/e-com.htm"
		   			         }

		   			     }

imgtop=$home_directory1+"/TOP/images/topup.gif";

scrivi="<map name=\"topup\">";
scrivi=scrivi+"<area href=\"../links.htm\" target=\"_self\" shape=\"rect\" coords=\"175, 18, 216, 48\" alt=\"\">";
scrivi=scrivi+"<area href=\"../progetti.htm\" target=\"_self\" shape=\"rect\" coords=\"218, 19, 268, 47\" alt=\"\">";
scrivi=scrivi+"<area href=\"../index.htm\" shape=\"rect\" coords=\"21, 4, 71, 24\"alt=\"\">";
scrivi=scrivi+"<area href=\"../index.htm\" target=\"_self\" shape=\"rect\" coords=\"12, 34, 98, 82\" alt=\"\">";
scrivi=scrivi+"<area href=\"../tutorial.htm\" target=\"_self\" shape=\"rect\" coords=\"273, 20, 323, 48\" alt=\"\">";
scrivi=scrivi+"<area href=\"../software.htm\" target=\"_self\" shape=\"rect\" coords=\"331, 21, 385, 48\" alt=\"\">";
scrivi=scrivi+"<area href=\"../servizi.htm\" target=\"_self\" shape=\"rect\" coords=\"390, 19, 458, 47\" alt=\"\">";
scrivi=scrivi+"<area href=\"../e-com.htm\" target=\"_self\" shape=\"rect\" coords=\"462, 20, 555, 47\" alt=\"\">";
scrivi=scrivi+"<area href=\"../prodotti.htm\" target=\"_self\" shape=\"rect\" coords=\"561, 22, 615, 45\" alt=\"\">";
scrivi=scrivi+"<area href=\"http://microst.mastertopforum.net\" target=\"_self\" shape=\"rect\" coords=\"619, 22, 659, 47\" alt=\"\">";
scrivi=scrivi+"<area href=\"http://www.microst.eu/index.htm\" target=\"_self\" coords=\"663, 21, 713, 46\" shape=\"rect\" alt=\"\"></map>";

scrivi=scrivi+"<img src=";
scrivi=scrivi+imgtop;
scrivi=scrivi+" border=\"0\"usemap=\"#topup\" ><BR>";


scrivi=scrivi+"<map name=\"topdown\">";
scrivi=scrivi+"<area href=";
scrivi=scrivi+add;
scrivi=scrivi+" shape=\"rect\" coords=\"267, 0, 481, 26\">";
scrivi=scrivi+"<area href=\"../about_MST.htm\" shape=\"rect\" coords=\"10, 0, 108, 35\" alt=\"\"></map>";
scrivi=scrivi+"<img src=";
scrivi=scrivi+imgdwn;
scrivi=scrivi+" border=\"0\" usemap=\"#topdown\">";

