function showItem(code) {
	
	
window.open("/item.html?"+code,"item","toolbar=0,scrollbars=0,location=0,directories=0,status=0,menubar=0,width=380,height=380,border=thin,top=0,left=0,help=0");
}

function buyItem(code) {
	window.open("/purchase.html?"+code,"item","width=100,height=100");

}
