function openGalleryWin(mypage) {
	window.open('http://www.militarycity.com/gallery/index.php?id=' + mypage, 'gallery','resizable=no,scrollbars=no,width=900,height=628,left=0,top=0');
}

function mrcobrand(marketplace, military)
{
if (! window.focus)return true;
var href;
if (typeof(marketplace) == 'string')
   href=marketplace;
else
   href=marketplace.href;
window.open(href, military, 'width=1000,height=700,scrollbars=yes,resizeable=yes,toolbar=yes,menubar=yes,location=yes');
return false;
}