function dopopupinvetory(theID){
	//alert ('hello!')
	var id = theID;
	var page = 'popup_detail.php?image_id=' + id;
	window.open(page,'map','width=650,height=500,scrollbars=yes');
}

function dopopupinvetory2(theID){
	//alert ('hello!')
	var id2 = theID;
	var page2 = 'popup_detail2.php?image_id=' + id2;
	window.open(page2,'map','width=650,height=500,scrollbars=yes');
}
