//<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(){
	///setTextinDiv('cnt_overlay',txt);
	document.frmgallery.loadgallery.value = 0;
	document.frmgallery.submit();
	hidelayer('main_overlay');
}


