function show(id){	
	switch(id)
	{	
		/**
		case 1:
		document.getElementById("giftpig").src="images/video_Pic7.jpg";
		document.getElementById("b1").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("b2").style.backgroundImage='';
		document.getElementById("b3").style.backgroundImage='';
		document.getElementById("b4").style.backgroundImage='';
		document.getElementById("gifturl").href="hotcard_show.php?ad=2";
		break;
		
		case 2:
		document.getElementById("giftpig").src="images/video_Pic8.jpg";
		document.getElementById("b1").style.backgroundImage='';
		document.getElementById("b2").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("b3").style.backgroundImage='';
		document.getElementById("b4").style.backgroundImage='';
		document.getElementById("gifturl").href="hotcard_show.php?ad=1";
		
		break;	
		
		case 3:
		document.getElementById("giftpig").src="images/video_Pic9.jpg";
		document.getElementById("b1").style.backgroundImage='';
		document.getElementById("b2").style.backgroundImage='';
		document.getElementById("b3").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("b4").style.backgroundImage='';
		document.getElementById("gifturl").href="hotcard_show.php?ad=3";
		break;
		
		case 4:
		document.getElementById("giftpig").src="images/video_Pic10.jpg";
		document.getElementById("b1").style.backgroundImage='';
		document.getElementById("b2").style.backgroundImage='';
		document.getElementById("b3").style.backgroundImage='';
		document.getElementById("b4").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("gifturl").href="hotcard_show.php?ad=4";
		break;
			
		default:
		document.getElementById("giftpig").src="giftshow/salalagift-cool/online.html";
		document.getElementById("gifturl").href="hotcard_show.php?ad=1";
		break;
		*/
		case 1:
		document.getElementById("giftpig").src="images/newyearbig100.jpg";
		document.getElementById("b1").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("b2").style.backgroundImage='';
		document.getElementById("b3").style.backgroundImage='';
		document.getElementById("b4").style.backgroundImage='';
		document.getElementById("gifturl").href="hotcard_show.php?ad=2";
		break;
		
		case 2:
		document.getElementById("giftpig").src="images/newyearbig200.jpg";
		document.getElementById("b1").style.backgroundImage='';
		document.getElementById("b2").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("b3").style.backgroundImage='';
		document.getElementById("b4").style.backgroundImage='';
		document.getElementById("gifturl").href="hotcard_show.php?ad=1";
		
		break;	
		
		case 3:
		document.getElementById("giftpig").src="images/newyearbig300.jpg";
		document.getElementById("b1").style.backgroundImage='';
		document.getElementById("b2").style.backgroundImage='';
		document.getElementById("b3").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("b4").style.backgroundImage='';
		document.getElementById("gifturl").href="hotcard_show.php?ad=3";
		break;
		
		case 4:
		document.getElementById("giftpig").src="images/newyearbig500.jpg";
		document.getElementById("b1").style.backgroundImage='';
		document.getElementById("b2").style.backgroundImage='';
		document.getElementById("b3").style.backgroundImage='';
		document.getElementById("b4").style.backgroundImage='url(images/video_Pic10.gif)';
		document.getElementById("gifturl").href="hotcard_show.php?ad=4";
		break;
			
		default:
		document.getElementById("giftpig").src="giftshow/salalagift-cool/online.html";
		document.getElementById("gifturl").href="hotcard_show.php?ad=1";
		break;
	}
	
}
