2003-09-17 10:04:44 +00:00
< HTML >
< HEAD >
< TITLE > CAMPO by P@rtners< / TITLE >
< link rel = "stylesheet" href = "../stili/stile.css" >
< SCRIPT language = JavaScript >
2003-10-17 12:51:26 +00:00
// CAMBIA L'IMMAGINE DI UN LINK
function flipImage(theButton, theAction)
2003-09-17 10:04:44 +00:00
{
2003-10-17 12:51:26 +00:00
var NewImage;
var N;
NewImage = theButton.src;
N = NewImage.lastIndexOf("_");
NewImage = NewImage.substring(0,N);
if (theAction == 0) theButton.src = NewImage + "_off.gif";
if (theAction == 1) theButton.src = NewImage + "_on.gif";
return true;
2003-09-17 10:04:44 +00:00
}
< / SCRIPT >
< / HEAD >
2003-10-17 12:51:26 +00:00
< BODY bottomMargin = 0 leftMargin = 0 rightMargin = 0 topMargin = 0 marginwidth = "0" marginheight = "0" >
2003-09-17 10:04:44 +00:00
2003-10-17 12:51:26 +00:00
< TABLE align = center border = 0 cellPadding = 0 cellSpacing = 0 width = "100%" class = alto >
2003-09-17 10:04:44 +00:00
< TR >
2003-10-17 12:51:26 +00:00
< td width = "10" > < / td >
< td colspan = 3 height = 60 align = "left" >
< a href = "home.html" target = _parent > < img src = "../images/home.jpg" border = "0" alt = "Home" > < / a >
< a href = "base.html" target = _parent > < img src = "../images/elenco.jpg" border = "0" alt = "Menu completo" > < / a >
< a href = "javascript:history.back();" > < img src = "../images/indietro.jpg" border = "0" alt = "Indietro" > < / a >
< a href = "javascript:history.go();" > < img src = "../images/avanti.jpg" border = "0" alt = "Avanti" > < / a >
2003-09-17 10:04:44 +00:00
< / td >
2003-10-17 12:51:26 +00:00
<!-- <td colspan=4 height=60>CAMPO by P@rtners<BR></td> -->
< td colspan = 4 height = 60 align = "right" > < img src = "../images/titolo.gif" > < / td >
2003-09-17 10:04:44 +00:00
< / TR >
2003-10-17 12:51:26 +00:00
< table > < tr > < td > < br > < / td > < / tr > < / table >
2003-09-17 10:04:44 +00:00
2003-10-17 12:51:26 +00:00
< TABLE align = center border = "0" cellpadding = "5" cellspacing = "0" width = "80%" >
2003-09-17 10:04:44 +00:00
< TR >
2003-10-17 12:51:26 +00:00
< td valign = middle width = 10 > < img src = ../images/image02.jpg border = 1 align = absmiddle > < / td >
< td valign = middle >
< a href = "base.html" onmouseover = "flipImage(bott01,1);" onmouseout = "flipImage(bott01,0);" > < img name = "bott01" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Anagrafiche comuni< / a > < br > < br >
< a href = "contab.html" onmouseover = "flipImage(bott02,1);" onmouseout = "flipImage(bott02,0);" > < img name = "bott02" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Contabilit<EFBFBD> generale< / a >
<!--
< a href = "base.html" onmouseover = "flipImage(bott03,1);" onmouseout = "flipImage(bott03,0);" > < img name = "bott03" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Tabelle< / a > < br >
< a href = "base.html" onmouseover = "flipImage(bott04,1);" onmouseout = "flipImage(bott04,0);" > < img name = "bott04" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Stampe< / a >
-->
< / td >
2003-09-17 10:04:44 +00:00
< / tr >
< TR >
2003-10-17 12:51:26 +00:00
< td valign = middle width = 10 > < img src = ../images/image03.jpg border = 1 align = absmiddle > < / td >
< td valign = middle >
< a href = "acqve.html" onmouseover = "flipImage(bott05,1);" onmouseout = "flipImage(bott05,0);" > < img name = "bott05" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Gestione ordini< / a > < br >
< a href = "acqve.html" onmouseover = "flipImage(bott06,1);" onmouseout = "flipImage(bott06,0);" > < img name = "bott06" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Gestione acquisti e vendite< / a > < br >
< a href = "acqve.html" onmouseover = "flipImage(bott07,1);" onmouseout = "flipImage(bott07,0);" > < img name = "bott07" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Gestione agenti< / a > < br >
< a href = "acqve.html" onmouseover = "flipImage(bott08,1);" onmouseout = "flipImage(bott08,0);" > < img name = "bott08" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Gestione effetti< / a > < br >
<!-- <a href="base.html" onmouseover="flipImage(bott09,1);" onmouseout="flipImage(bott09,0);"><img name="bott09" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Statistiche</a> -->
< / td >
2003-09-17 10:04:44 +00:00
< / tr >
< TR >
2003-10-17 12:51:26 +00:00
< td valign = middle width = 10 > < img src = ../images/image04.jpg border = 1 align = absmiddle > < / td >
< td valign = middle >
< a href = "mag.html" onmouseover = "flipImage(bott10,1);" onmouseout = "flipImage(bott10,0);" > < img name = "bott10" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Magazzino< / a > < br >
< a href = "mag.html" onmouseover = "flipImage(bott11,1);" onmouseout = "flipImage(bott11,0);" > < img name = "bott11" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Distinta base< / a > < br >
< a href = "mag.html" onmouseover = "flipImage(bott12,1);" onmouseout = "flipImage(bott12,0);" > < img name = "bott12" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > Produzione< / a > < br >
< a href = "mag.html" onmouseover = "flipImage(bott13,1);" onmouseout = "flipImage(bott13,0);" > < img name = "bott13" src = "../images/bottone_off.gif" border = "0" > < img src = "../images/spacer.gif" width = "5" border = "0" > MRP II< / a >
< / td >
2003-09-17 10:04:44 +00:00
< / tr >
< / TABLE >
< / BODY >
< / HTML >