function dopopupinvetory(theID){
	//alert ('hello!')
	var id = theID;
	var page = 'popup_detail.php?id=' + id;
	window.open(page,'map','width=600,height=500,scrollbars=yes');
}

function dopopupinvetory_admin(theID){
	var id = theID;
	var page = '../client/popup_detail.php?id=' + id;
	window.open(page,'map','width=600,height=500,scrollbars=yes');
}