$(document).ready(function() {
						   
	$("li.nav_isk").mouseover(function(){
		$("div#panel").animate({
			height: "400px"
		})
		.animate({
			height: "316px"
		}, "fast");
		//$("li.nav_isk").toggle();
		document.getElementById("movegogo").style.display='block';
	
	});	
	
  $("div#hide_button").click(function(){
		$("div#panel").animate({
			height: "0px"
		}, "fast");
		document.getElementById("movegogo").style.display='none';
   });	
/* $("div#inside_product a").fancybox({
	'hideOnContentClick': true
});*/

	 $("div#ccccc_product a").fancybox({
	'hideOnContentClick': true,	'frameWidth'				: '600',
				'frameHeight'			: '500'
});
	 
	 	 $("#cococoQuotation").fancybox({
	'hideOnContentClick': true,	'frameWidth'				: '600',
				'frameHeight'			: '500'
});
	 	 $("div#ccccc_product2 a").fancybox({
'hideOnContentClick': true,	'frameWidth'				: '600',
				'frameHeight'			: '500'
});
		 
		 
		 
		 
});
