
//<!--
var gld=0;
var fr_gld=0;
var ftld=0;
var vidld=0;
var phld=0;



function fr_mload()
{
if (document.images && !fr_gld) {

	homebuttonup = new Image();
	homebuttonup.src = "/images/common/mbut_home.gif" ;
	homebuttondown  = new Image() ;
	homebuttondown.src = "/images/common/mbut_home-on.gif" ;

	videosbuttonup = new Image();
	videosbuttonup.src = "/images/common/mbut_videos_fr.gif" ;
	videosbuttondown = new Image() ;
	videosbuttondown.src = "/images/common/mbut_videos_fr-on.gif" ;

	imagesbuttonup = new Image();
	imagesbuttonup.src = "/images/common/mbut_images.gif" ;
	imagesbuttondown = new Image() ;
	imagesbuttondown.src = "/images/common/mbut_images-on.gif" ;

	photobuttonup = new Image();
	photobuttonup.src = "/images/common/gbut_photos.gif" ;
	photobuttondown = new Image() ;
	photobuttondown.src = "/images/common/gbut_photos-on.gif" ;




	gastronomybuttonup = new Image();
	gastronomybuttonup.src = "/images/common/mbut_gastronomy_fr.gif" ;
	gastronomybuttondown = new Image() ;
	gastronomybuttondown.src = "/images/common/mbut_gastronomy_fr-on.gif" ;



	wineregionsbuttonup = new Image();
	wineregionsbuttonup.src = "/images/common/mbut_wine-regions_fr.gif" ;
	wineregionsbuttondown = new Image() ;
	wineregionsbuttondown.src = "/images/common/mbut_wine-regions_fr-on.gif" ;

	winetermsbuttonup = new Image();
	winetermsbuttonup.src = "/images/common/mbut_wine-terms_fr.gif" ;
	winetermsbuttondown = new Image() ;
	winetermsbuttondown.src = "/images/common/mbut_wine-terms_fr-on.gif" ;

	vin23buttonup = new Image();
	vin23buttonup.src = "/images/common/mbut_vin23-40.gif" ;
	vin23buttondown = new Image() ;
	vin23buttondown.src = "/images/common/mbut_vin23-40-on.gif" ;

/*
	cartbuttonup = new Image();
	cartbuttonup.src = "/images/common/cart1.gif" ;
	cartbuttondown = new Image() ;
	cartbuttondown.src = "/images/common/cart1-on.gif" ;
*/
	fr_gld=1;
	}
}

function mload()
{
if (document.images && !gld) {

	homebuttonup = new Image();
	homebuttonup.src = "/images/common/mbut_home.gif" ;
	homebuttondown  = new Image() ;
	homebuttondown.src = "/images/common/mbut_home-on.gif" ;

	videosbuttonup = new Image();
	videosbuttonup.src = "/images/common/mbut_videos.gif" ;
	videosbuttondown = new Image() ;
	videosbuttondown.src = "/images/common/mbut_videos-on.gif" ;

	imagesbuttonup = new Image();
	imagesbuttonup.src = "/images/common/mbut_images.gif" ;
	imagesbuttondown = new Image() ;
	imagesbuttondown.src = "/images/common/mbut_images-on.gif" ;

	photobuttonup = new Image();
	photobuttonup.src = "/images/common/gbut_photos.gif" ;
	photobuttondown = new Image() ;
	photobuttondown.src = "/images/common/gbut_photos-on.gif" ;

	gastronomybuttonup = new Image();
	gastronomybuttonup.src = "/images/common/mbut_gastronomy_en.gif" ;
	gastronomybuttondown = new Image() ;
	gastronomybuttondown.src = "/images/common/mbut_gastronomy_en-on.gif" ;

	wineregionsbuttonup = new Image();
	wineregionsbuttonup.src = "/images/common/mbut_wine-regions_en.gif" ;
	wineregionsbuttondown = new Image() ;
	wineregionsbuttondown.src = "/images/common/mbut_wine-regions_en-on.gif" ;

	winetermsbuttonup = new Image();
	winetermsbuttonup.src = "/images/common/mbut_wine-terms_en.gif" ;
	winetermsbuttondown = new Image() ;
	winetermsbuttondown.src = "/images/common/mbut_wine-terms_en-on.gif" ;

	vin23buttonup = new Image();
	vin23buttonup.src = "/images/common/mbut_vin23-40.gif" ;
	vin23buttondown = new Image() ;
	vin23buttondown.src = "/images/common/mbut_vin23-40-on.gif" ;

/*
	cartbuttonup = new Image();
	cartbuttonup.src = "/images/common/cart1.gif" ;
	cartbuttondown = new Image() ;
	cartbuttondown.src = "/images/common/cart1-on.gif" ;
*/
	gld=1;
	}
}


/* Rollover functions  */


function turnOn( buttonname )
{
	if (document.images) {
		document[ buttonname ].src = eval( buttonname + "down.src" );
		}
}
function turnOff ( buttonname )
{
	if (document.images) {
		document[ buttonname ].src = eval( buttonname + "up.src" );
	}
}


/* Slideshow functions */



if (document.images) {
	var boardNum = 0;
	var boardSpeed = 4000;

	var billboard = new Array();

	billboard[0] = new Image();
	billboard[0].src = "/images/img_gtop.jpg";
/*
	billboard[1] = new Image();
	billboard[1].src = "/images/img_gtop2.jpg";

	billboard[2] = new Image();
	billboard[2].src = "/images/img_gtop3.jpg";

	var url = new Array();
	url[0] = "First photo description";
	url[1] = "Second photo description";
	url[2] = "Third photo description";
*/
}

function rotateBoard() {
	if (boardNum < (billboard.length - 1)) {
		boardNum++;
	}
	else {
		boardNum = 0;
	}
	document.billboard.src = billboard[boardNum].src;
	setTimeout('rotateBoard()', boardSpeed);
}

function jumpBillboard () {
	window.location = url[boardNum];
}









function newWindow(url, w, h) {

	if (!url)
		url = "http://www.interfrance.com";

	if ( !w)
		w = "640";

	if (!h)
		h = "440";

//		param3 = "width=" + w + ",height=" + h + ",toolbar=1,scrollbars=1,resizable=1,status=1,menubar=1,directories=1,location=1,navigation=1";
		param3 = "width=" + w + ",height=" + h + "status=1, scrollbars=1";
		extWindow = window.open(url, "imtq_link", param3);
		w2 = new Number(w);
		h2 = new Number(h);
		extWindow.resizeTo(w2 + 5, h2 + 40);
		extWindow.focus();
}





var fcmailWindow;
function js_mail(name, domain, subject) {

    var domain = "interfrance.com";
    var send = "mailto: " + name + "@" + domain + "?subject=" + subject;
    fcmailWindow = window.open(send, "mail_win");
    fcmailWindow.focus();
}



function showObject(id) {

    document.all[id].style.visibility = "visible";
}

function hideObject(id ) {
    document.all[id].style.visibility = "hidden";
}



// -->

