if(document.images)
{
entreprise = new Image;
entreprise = "enceintes_cinema/cinema_2.png";
produits = new Image;
produits = "cinema_sonorisation/cinema_sonorisation_2.png";
nouveautes = new Image;
nouveautes = "cinema_sonorisation/cinema_2.png";
references = new Image;
references = "cinema_sonorisation/sonorisation_2.png";
partenaires = new Image;
partenaires = "cinema_amplificateur/cinema_amplificateur_2.png";
contact = new Image;
contact = "cinema_amplificateur/cinema_2.png";
entreprise2 = new Image;
entreprise2 = "equipement_audio/equipement_2.png";
produits2 = new Image;
produits2 = "equipement_audio/audio_2.png";
nouveautes2 = new Image;
nouveautes2 = "equipement_audiovisuel/equipement_audiovisuel_2.png";
references2 = new Image;
references2 = "equipement_audiovisuel/equipement_2.png";
partenaires2 = new Image;
partenaires2 = "equipement_audiovisuel/audiovisuel_2.png";
contact2 = new Image;
contact2 = "equipement_homecinema/equipement_homecinema_2.png";
cinema = new Image;
cinema = "son_numerique/son_2.png";
sonorisation = new Image;
sonorisation = "son_numerique/numerique_2.png";
ampli = new Image;
ampli = "son_digital/son_digital_2.png";
audio = new Image;
audio = "son_digital/son_2.png";
public = new Image;
public = "son_digital/digital_2.png";
intercom= new Image;
intercom = "haut_rendement/haut_rendement_2.png";
savoir= new Image;
savoir="enceintes_professionnel/enceintes_professionel_2.png";
}


function popupcentree(page,largeur,hauteur,options)
{
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}


texte2 = 'Fabricant Français d\'enceintes acoustiques professionnelles GKF pour cinéma, salles de vision, home-cinéma et sonorisation haute puissance - ';
x = texte2.length-1;
place = 0;
function defilStat()
	{
	if (place == texte2.length)
		{
		place = 0;
		}
if (place <= x)
		{
		texteDef = texte2.substring((texte2.length-(x-place)),texte2.length) + texte2.substring(0,place);
		place++;
		}
	window.status = texteDef;
	tempo22 = setTimeout("defilStat()", 130);


}


texte3 = ' Welcome on the GKF Website. French manufacturer of  professional speakers GKF for cinema, vision rooms, home-cinema and wiring for sound high power. - ';
x = texte3.length-1;
place = 0;
function defilStat2()
	{
	if (place == texte3.length)
		{
		place = 0;
		}
if (place <= x)
		{
		texteDef = texte3.substring((texte3.length-(x-place)),texte3.length) + texte3.substring(0,place);
		place++;
		}
	window.status = texteDef;
	tempo22 = setTimeout("defilStat2()", 130);
}


