$(document).ready(function(){
	$("#show-first").menu({ content: $("#show-first").next().html(), showSpeed: 150 });					   
	$("#show-products").menu({ content: $("#show-products").next().html(), showSpeed: 150 });
	$("#show-solutions").menu({ content: $("#show-solutions").next().html(), showSpeed: 150 });
	$("#show-services").menu({ content: $("#show-services").next().html(), showSpeed: 150 });
	$("#show-downloads").menu({ content: $("#show-downloads").next().html(), showSpeed: 150 });
	$("#show-about").menu({ content: $("#show-about").next().html(), showSpeed: 150 });
	init_links();
	init_bookmarks();
});


