//<script>

var email = 'info@';

function addbookmark(){
var bookmarkurl="http://"
var bookmarktitle=""

bookmark(bookmarkurl,bookmarktitle);
}

function roll_on(idel){//,idlnk
	el = document.getElementById(idel);
	el.className = 'button_on';
	//el = document.getElementById(idlnk);
	//el.className = 'black';
}

function roll_off(idel,clas){//,idlnk
	el = document.getElementById(idel);
	el.className = clas;
	//el = document.getElementById(idlnk);
	//el.className = 'lite';
}
function roll0_on(idel){//,idlnk
	el = document.getElementById(idel);
	el.className = 'button0_on';
	//el = document.getElementById(idlnk);
	//el.className = 'black';
}

function roll0_off(idel){//,idlnk
	el = document.getElementById(idel);
	el.className = 'button0_off';
	//el = document.getElementById(idlnk);
	//el.className = 'lite';
}

function closeall(txt){
	//setTextinDiv('cnt_overlay',txt);
	hidelayer('main_overlay');
}



function close_(){
	
	closeall('');
	////document.frmmenu.tmp.value='closevideo';
}

function show_privacy(){
	
	 showlayer('main_overlay');
	// setTextinDiv('cnt_overlay','<?=$privacy?>');
	
}
