/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
 SmartMenus v4.6.4 Script LOADER
========================================
 (c)2002 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
 For IE4+, NS4+, Opera5+ & Konqueror2+
========================================
 Get the menus with a great manual & examples at:
 http://smartmenus.tripod.com
 LEAVE THESE NOTES PLEASE - delete the comments if you want */


s_The_Arrays_Source='/UPLOADS/s_menusNL.js';// the source of the menu definitions
s_SmartMenus_Source='/NL/s_script.js';// the source of your script
s_Any_Add_On_Source='';// if you need any add-on

// THE SERIOUS SCRIPT - PLEASE DO NOT TOUCH
s_iE=document.all&&!window.innerWidth&&navigator.userAgent.indexOf("MSIE")!=-1?1:0;
s_oP=navigator.userAgent.indexOf("Opera")!=-1&&document.clear?1:0;
s_nS=document.getElementById&&!document.all&&navigator.userAgent.indexOf("Opera")==-1?1:0;
s_nS4=document.layers?1:0;
s_kN=navigator.userAgent.indexOf("Konqueror")!=-1&&document.body.offsetWidth?1:0;
s_menuCount=0;
var s_MenuLoaded,s_AddOnLoaded;s_nms=[];

function s_add(n,l1,w,t,l2,r,s,y)
{s_menuCount++;
s_nms[s_nms.length]=n;
eval("s_href"+s_menuCount+"=[]");
eval("s_text"+s_menuCount+"=[]");
for(var i=0;i<y.length;i++){
eval('s_href'+s_menuCount+'[s_href'+s_menuCount+'.length]=y['+i+'][0]');
eval('s_text'+s_menuCount+'[s_text'+s_menuCount+'.length]=y['+i+'][1]')};
eval("s_i"+s_menuCount+"='"+s[12]+"';s_iP"+s_menuCount+"=new Image;s_iP"+s_menuCount+".src='"+s[13]+"';s_iM"+s_menuCount+"=new Image;s_iM"+s_menuCount+".src='"+s[12]+"'");
eval("s_mar"+s_menuCount+"=[l1,w,t,l2,s,r]")};

if(s_iE||s_oP||s_nS||s_nS4||s_kN)
{document.write("<s"+"cript language=JavaScript1.2 src='"+s_The_Arrays_Source+"' type=text/javascript></scrip"+"t>");
document.write("<s"+"cript language=JavaScript1.2 src='"+s_SmartMenus_Source+"' type=text/javascript></scrip"+"t>");
if(s_Any_Add_On_Source!='')
document.write("<s"+"cript language=JavaScript1.2 src='"+s_Any_Add_On_Source+"' type=text/javascript></scrip"+"t>")};
s_oP6=s_oP&&document.body.offsetWidth?1:0