
function ShowItem(ItemID) {
	location.href='shop.asp?ItemID=' + ItemID;
}