<!--

//======================================================================================

function show_pic(file,title,note2,note3,note4,note5,note6,note7,note8) {
parent.main.document.open();
parent.main.document.write('<html>');
parent.main.document.write('<head></head>');
parent.main.document.write('<body bgcolor="#000000" text="#cccccc" link="cccccc" vlink="#cccccc" alink="#cccccc">');
parent.main.document.write('<SCR'+'IPT TYPE="text/javascript" LANGUAGE=JavaScript>');
parent.main.document.write('if (document.all)');
parent.main.document.write('document.body.onmousedown=new Function("if(event.button==2)alert(\'Feature disabled.  Images protected by copyright.\')")');
parent.main.document.write('</SCR'+'IPT>');
if(title){parent.main.document.write('<center>'+title+'</center>')};
if(note2){parent.main.document.write('<center>'+note2+'</center>')};

parent.main.document.write('<center><a href="initial.htm">' +
  '<img border="1" src="'+file+'" alt="'+title+'"></a></center>');

if(note3){parent.main.document.write('<center>'+note3+'</center>')};
if(note4){parent.main.document.write('<center>'+note4+'</center>')};
if(note5){parent.main.document.write('<center>'+note5+'</center>')};
if(note6){parent.main.document.write('<center>'+note6+'</center>')};
if(note7){parent.main.document.write('<center>'+note7+'</center>')};
if(note8){parent.main.document.write('<center>'+note8+'</center>')};

parent.main.document.write('<center><br>Prices do not include shipping or sales tax.</center>');

parent.main.document.write('</body></html>');
parent.main.document.close();
}

//======================================================================================

// -->

