var link = '';
function heroWin(fileName) {
if (!window.link) {
	link = window.open("/hero.asp?hero="+fileName,'',"directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0,resizable=1,height=600,width=800,left=100,top=60");
	link.creator = self;
	} 
	else {
		link.close();
		link = window.open("/hero.asp?hero="+fileName,'',"directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0,resizable=1,height=600,width=800,left=100,top=60");
		link.creator = self;
		}
	} 
