function Buy(id)
{
	alert(id);
	window.open('buy.aspx?id=' + id,'','scrollbars=yes,width=450,height=250');
}

function showsearch()
{
if(document.getElementById("shows").alt=="Òþ²Ø")
{
	document.getElementById("searchtb").style.display="none";
	document.getElementById("shows").alt="ÏÔÊ¾";
	document.getElementById("shows").src="Images/a.gif";
}
else
{
	document.getElementById("searchtb").style.display="";
	document.getElementById("shows").alt="Òþ²Ø";
	document.getElementById("shows").src="Images/03.gif";
}
}

