poza=new Image(250,250);

var stratv=new String();
stratv="bunvenit";

function chg(strat,stare){
	eval('document.getElementById(strat).style.visibility="'+stare+'"');
	stratv=strat;
}

function cls(){
	if(stratv!=''){
		eval('document.getElementById(stratv).style.visibility="hidden"');
	}
}

function sursa(fisier){
	eval("document.getElementById('continut').src=fisier");
}

function pic(sursa){
	eval('document.poza.src="'+sursa+'"');
}

function all(){
alert("Copyright © 2000 - 2004 by go-a-di'z design crew for go-a-di'z design. All rights reserved!");
}
