function openwindow(page)
{
	window.open("wagons/"+page+".html","itemdescription","menubar=0,resizable=1,location=0,directories=0,scrollbars=1,width=750,height=550");
}