// Staff Login Popup
// <a href="javascript:ArtIndex('../galleries/art_portfolio_index.html');">BLAH</a>
// onClick="window.close()

function ArtIndex (wintype) { 
Gallery=window.open(wintype,"Gallery","toolbar=no,directories=no,status=no,scrollbars=yes,menubar=no,width=500,height=500"); Gallery.window.focus() } 