<!--
//---------------------------------------------------------------------
// Vertical menu 
// 
// How to use this file:
// Please add next line to your existing web project. Place the line 
// in the HTML code at position where you want to have the buttons menu.
//
// <script language="Javascript" src="nasepolicie.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

nasepolicie_imgsrc=new Array();
nasepolicie_imgsrc[1]="a_nasepolicie1.gif";
nasepolicie_imgsrc[2]="p_nasepolicie1.gif";

nasepolicie_img =new Array();
for (i=0; i< nasepolicie_imgsrc.length; i++) {
  nasepolicie_img[i]=new Image();
  nasepolicie_img[i].src=nasepolicie_imgsrc[i];
}
function nasepolicie_change(number, picture) {
  {
    document[picture].src=nasepolicie_img[number].src;
  }
}

qt="'";

document.writeln('<DIV>');
document.writeln('  <TABLE border="0" Cellpadding="0" Cellspacing="0" align="left" >');
document.writeln('    <TR><TD align="Left" height="0"><A ID="" HREF="http://www.majkl-306.tym.cz/frame/image/profipolicie/album/index.html"  target="hlavni"  ONMOUSEOVER="nasepolicie_change('+qt+'1'+qt+','+qt+'nasepolicie_1'+qt+')" ONMOUSEOUT= "nasepolicie_change('+qt+'2'+qt+','+qt+'nasepolicie_1'+qt+')" name="nasepolicie_1"><IMG NAME="nasepolicie_1" SRC="p_nasepolicie1.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->
