// JavaScript Document

	$(function(){
	
	$('li').highlight('magazine: ');
	$('li').highlight('catalogue: ');
	$('li').highlight('reader: ');
	$('li').highlight('type: ');
	$('li').highlight('art project: ');
	$('li').highlight('poster: ');
	$('li').highlight('book: ');
	$('li').highlight('CD: ');
	$('li').highlight('invitation cards: ');
	$('li').highlight('corporate design: ');
	$('li').highlight('workshop: ');
	$('li').highlight('DVD: ');
	$('li').highlight('annual report: ');
	
	});
	
/*	$(document).ready(function(){
    
	 $('.WebYepMenuCurrentItem').attr({ 
          id: 'jump'
        });
	
	window.location.hash = 'jump';
  	});*/
