function goTop() {
	new Effect.ScrollTo('headerTop');
}

var FULLURL = 'http://www.yuksek.ro/';

function clearFiled(id) {
	$(id).value = "";
}

function setMenu(menu, id) {
	var url = FULLURL + "images/menus/" + menu + ".swf";
	var flashvars = null;
	var params = {
		menu: "false",
		wmode: "transparent",
		quality: "best",
		swliveconnect: "true"
	};
	var attributes = null;  
	swfobject.embedSWF(url, id, "85", "115", "9.0.0","expressInstall.swf", flashvars, params, attributes);
}

function showHTMLSelect() {
	new Effect.toggle("htmlSelect", "appear", {duration:0.7});
}

function changeImg(im) {
	$("theImage").src = im;
}

document.onclick = function() {
	if($('htmlSelect') != null) {
		var element = $('htmlSelect').style.display;
		if(element != "none") {
			new Effect.Fade('htmlSelect', {duration:0.7});
		}
	}
}
