//<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';
}
/*	
	$(document).ready(function() {
			
			//*   Examples - images
			
  
			
			 $("a[rel=gallery_]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'outside',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});

		
	

$("#gallery__").click(function() {
  $.fancybox([
 'http://farm5.static.flickr.com/4044/4286199901_33844563eb.jpg',
  'http://farm3.static.flickr.com/2687/4220681515_cc4f42d6b9.jpg',
  {
   'href' : 'http://farm5.static.flickr.com/4005/4213562882_851e92f326.jpg',
  'title' : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit'
  }
  ], {
  'padding' : 0,
  'transitionIn' : 'none',
  'transitionOut' : 'none',
  'type' : 'image',
  'changeFade' : 0
  });
  });});*/ 
