<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"
var showimage4		= "yes"
var showimage5		= "yes"
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="pictures/menu-top.gif" width="154" height="76"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu"></a>');



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="pictures/menu-bottom.gif" width="154" height="30"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<a href="http://www.wuerzburger.com" target="_blank" <br><br><img src="pictures/wurzburger.gif" alt="Seyahat Sağlık Sigortası" width="140" height="44" border="1"></a><br><br>');
}

   if (showimage2 == "yes") {
document.write('<a href="http://www.internationalsos.com/" target="_blank" <br><img src="pictures/sos1.jpg" alt="International SOS" width="140" height="80" border="1"></a>');
}

   if (showimage3 == "yes") {
document.write('<a href="http://www.internationalsos.com" target="_blank" <br><br><img src="pictures/soslogo.jpg" alt="International SOS" width="140" height="80" border="1"></a><br><br>');
}

   if (showimage4 == "yes") {
document.write('<a target="_blank" <br> <img src="pictures/ayirac.jpg" alt="" width=140" height="2" border="0"></a><br><br>');
}

   if (showimage5 == "yes") {
document.write('<a href="http://www.wiass.com/" target="_blank" <br><img src="pictures/wirtschafts_logo2.jpg" alt="Wiass" width="140" height="48" border="1"></a><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
