if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td align=right valign=bottom height=17 bgcolor="#333333" WIDTH="'+menuWidth+'"><td align="center" rowspan="100" width="17" bgcolor="'+barBGColor+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><img src="images/contents.gif" width=12 height=190></font></p></TD></tr>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD align=left BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%"><FONT face=Verdana"'+linkFontFamily+'" Size=-2"'+linkFontSize+'">&nbsp;<A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</A></FONT></LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('<tr><td align=right bgcolor="'+hdrBGColor+'" WIDTH="115"><font face=Verdana"'+hdrFontFamily+'" Size=1"'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

addHdr('HOME');
addItem('Overview', 'http://frankfillmann.com', '');
addHdr('FINE ART');
addItem('b&w|shows', 'http://ffillmann.mine.nu/exhibition.html', '');
addHdr('DIGITAL');
addItem('Stock Photography', 'http://frankfillmann.com/stock/posters.html', '');
addHdr('CONTACT');
addItem('phone & email', 'http://frankfillmann.com/contact/contact.html', '');
addHdr('LINKS');
addItem('Interesting links', 'http://www.pdnonline.com/photodistrictnews/index.jsp', '');
addHdr('PEOPLE');
addItem('Portraits & more', 'http://www.frankfillmann.com/people/portfolios.html', '');

<!--- -->

document.write('<tr><td bgcolor="'+barBGColor+'"><font size="0" face="Arial">&nbsp;</font></td></TR></table>')
if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}
