$(document).ready(function() {
	$("a.thickbox, a[rel='lightbox']").fancybox({
	'hideOnContentClick': false,
	imageScale : true
	}); 
	$("a#box_ami").fancybox({
	frameWidth : 300,
	frameHeight : 200
	}); 
	$("a#box_video").fancybox({
	'hideOnContentClick': true,
	frameWidth : 350,
	frameHeight : 280
	}); 
	if(document.all){
	$("a#box_fav").click(function(){
	window.external.AddFavorite(location.href, document.title);
	});
	}else{
	$("a#box_fav").fancybox({ 
	'hideOnContentClick': true,
	frameWidth : 400,
	frameHeight : 100			 
	});
	}
	$('#plan').hover(function(){$(this).stop(true,true).fadeTo(150,'0.5')},function(){$(this).stop(true,true).fadeTo(400,'1')});
}); 
