var newwindow;
function inventoryGalleryPopup(url)
{
	newwindow=window.open(url,'name','height=675,width=750,scrollbars=yes,resizable=yes,toolbar=no,status=yes,location=no,menubar=no,left=10,top=10');
	if (window.focus) {newwindow.focus()}
}

