<!-- Scripts -->

<!-- scroll to the right-->
function scrollright(x)
{
window.scroll(x,100)  
}  
<!--scroll automatic-->       
function scrollauto(x)
{
 
for (i=1; i<=x; i++)
	{         
	window.scroll(i,100)  
	}
}                                                            

<!--scroll to the left-->       
function scrollleft(x)
{
window.scroll(x,100)  
}         

<!-- ajouter aux favoris-->
function addFav(nav, ver, show)
{
if (show== '1' || show!= '1')
{
if (nav == "Mic" && ver >= 4)
{
url_site="http://www.martinejardel.com";
titre_site = "martine  jardel, visual artist";
document.write('<A class=liensite  HREF="#" onClick="window.external.AddFavorite(url_site,titre_site);return(false);">add to favorites </A><BR>')
}
else
{
if (nav == "Mic")
{
document.write('CTRL+D to add this site to your favorites')}
}
}
}
<!-- afficher la barre-->
function addBar(nav, ver, show)
{
if (show== '1' || show!= '1')
{
if (nav == "Mic" && ver >= 4)
{
document.write('|')
}
else
{
if (nav == "Mic")
{
document.write('|')}
}
}
}
<!--display navigator-->

function dispNav(nav, ver, texte)
{

document.write(texte+nav+' '+ver)


}



<!-- Open new window (width, height points)-->

function nouvelle_fenetre (src,w,h,s,t)
{
size=",width="+w+",height="+h
browser=window.open(src, "","scrollbars="+s+",resizable=yes,toolbar="+t+",status=no,menubar=no,location=top,directories=no"+size)}



<!-- Open new window (width, height points)-->

function nouvelle_fenetre_video (src)
{
w=250,h=300,t="no",s="no"
size=",width="+w+",height="+h
browser=window.open(src, "","scrollbars="+s+",resizable=yes,toolbar="+t+",status=no,menubar=no,location=top,directories=no"+size)}


