// JavaScript Document

	function showAdd1(){
		$("#shop_1").fadeIn("slow");	
	}
	
	function hideAdd1(){
		$("#shop_1").fadeOut("slow");	
	}
	
	function showAdd2(){
		$("#shop_2").fadeIn("slow");	
	}
	
	function hideAdd2(){
		$("#shop_2").fadeOut("slow");	
	}
	
	function showAdd3(){
		$("#shop_3").fadeIn("slow");	
	}
	
	function hideAdd3(){
		$("#shop_3").fadeOut("slow");	
	}
	
	//function loadImg($img){
	//	$img1 = 'http://www.07designs.com/mycreatures/img/full/icu_'+$img+'.jpg';
	//	window.open($img1,'width=300,height=200');
	//}
	
	function loadImg($name,$img){
		$img1 = 'http://www.07designs.com/mycreatures/img/full/'+$name+'_'+$img+'.jpg';
		$theId = document.getElementById("dl");
		$theId.innerHTML = '<a href="'+$img1+'"><img border="0" src="../../img/dl_wp_active.jpg" alt="download" /></a>'
	}