var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

pers_but=new Image(84,52); pers_but.src="img/but_personal_on.gif"
pers_old=new Image(84,52); pers_old.src="img/but_personal_off.gif"

business_but=new Image(84,52); business_but.src="img/but_business_on.gif"
business_old=new Image(84,52); business_old.src="img/but_business_off.gif"


home_but=new Image(55,52); home_but.src="img/but_acasa_on.gif"
home_old=new Image(55,52); home_old.src="img/but_acasa_off.gif"

about_but=new Image(55,52); about_but.src="img/but_despre_on.gif"
about_old=new Image(55,52); about_old.src="img/but_despre_off.gif"

suport_but=new Image(55,52); suport_but.src="img/but_suport_on.gif"
suport_old=new Image(55,52); suport_old.src="img/but_suport_off.gif"

servicii_but=new Image(55,52); servicii_but.src="img/but_servicii_on.gif"
servicii_old=new Image(55,52); servicii_old.src="img/but_servicii_off.gif"

contact_but=new Image(35,37); contact_but.src="img/but_contact_on.gif"
contact_old=new Image(35,37); contact_old.src="img/but_contact_off.gif"


function sact(num) {
	document.images[num].src=eval(num+"_but.src");
}

function sdeact(num) {
	document.images[num].src=eval(num+"_old.src");
}

function SetPromoflash(what){
	//var movie = window.document.movie
	var movie = InternetExplorer ? window.movie : window.document.movie; 
	if(what=="personal"){
		movie.GotoFrame(14);
		movie.Play()
	} else if(what=="business"){
		movie.GotoFrame(24);
		movie.Play()
	} else {
		movie.GotoFrame(7);
		movie.Play()
	}
}

function movie_DoFSCommand(command,args){
	if (command == "sact") {
		sact(args);
	} else if(command == "sdeact"){
		sdeact(args);
	}
}
