//LightWindow :
if(navigator.appName != 'Microsoft Internet Explorer')
{
document.write('');
document.write('');
document.write('');
document.write('');
}
//description : insert image with a link in contant
//param : $img image file to display
// $link link to image
// $alt description of image
//author : amoweb
var img = "";
var alt = "";
var link = "";
function insertPicture(img, alt, link)
{
if(img == "tb")
{
if(navigator.appName == 'Microsoft Internet Explorer')
document.write("");
else document.write("");
document.write("
");
document.write("");
}
else if(link.indexOf("http://") != -1)
{
document.write("");
document.write("
");
document.write("");
}
else if(link != "")
{
if(navigator.appName == 'Microsoft Internet Explorer')
document.write("");
else document.write("");
document.write("
");
document.write("");
}
else
{
document.write("
");
}
}
function downloadFirefox()
{
if(navigator.appName == 'Microsoft Internet Explorer')
{
document.write("
")
}
}