function detail(section,info){ 
	document.images[info].src="images/"+section+"_info.gif"; 
}
function roll(state,imagename){ 
	document.images[imagename].src="images/"+imagename+"_"+state+".gif"; 
}
function roll2(state,imagename,filename){ 
	document.images[imagename].src="images/"+filename+"_"+state+".gif"; 
}

function galleryUp() {}

function popWin(iFile,x,y) { 
var win;
win = window.open("","imageviewer","width="+x+",height="+y+",menubar=no,toolbar=no,scrollbars=yes");
win.document.open();
win.document.write("<html>");
win.document.write("<head><title>Ecological Architecture</title></head>");
win.document.write("<body bgcolor='#FFFFFF' onBlur='self.close()'>");
win.document.write("<table cellspacing='5' cellpadding='0' border='0' align='center'><tr><td align='center'>");
win.document.write("<img src="+iFile+" alt=''></td></tr>");
win.document.write("<tr bgcolor='5C5E57'><td align='right'><a href='javascript:self.close()'><img src='images/close_window.gif' width='95' height='17' alt='close window' border='0'></a></td></tr></table>");
win.document.write("</body></html>");
win.document.close();
}

function popWin(iFile) { 
var win;
win = window.open(""+iFile+"","imageviewer","width=750,height=550,menubar=no,toolbar=no,scrollbars=yes");
}

function newWin(iFile,x,y) { 
var win;
win = window.open(""+iFile+"","imageviewer","width="+x+",height="+y+",menubar=no,toolbar=no,scrollbars=yes");
}

function openWin() {}
