emptyimage="images/spacer.gif";
hidedelay=300;

with(mainStyle=new fxstyle()){
bgimage="";
borderwidth=0;
color="#FFFFFF";
decoration="none";
fontfamily="Verdana";
fontsize="11px";
fontstyle="normal";
fontweighton="bold";
paddingleft=10;
paddingtop=2;
};

with(subStyleMenu1=new fxmenustyle()){
menubgcolor="#edccb7";
menuborderwidth=1;
menubordercolor="#d17124";
wiseposition=true;
}

with(subStyle1=new fxstyle()){
arrow="images/arrow_off.gif";
arrowon="images/arrow_on.gif";
arrowright=13;
arrowtop=3;
bgcoloron="#3f3d82";
color="#3f3d82";
coloron="#ffffff";
decoration="none";
fontfamily="Verdana";
fontsize="11px";
fontstyle="normal";
paddingleft=8;
paddingtop=1;
};

with(subStyleMenu2=new fxmenustyle()){
menubgcolor="#d7dbe9";
menuborderwidth=1;
menubordercolor="#3f3d82";
wiseposition=true;
}

with(subStyle2=new fxstyle()){
bgcoloron="#d17124";
color="#3f3d82";
coloron="#ffffff";
decoration="none";
fontfamily="Verdana";
fontsize="11px";
fontstyle="normal";
paddingleft=8;
paddingtop=1;
};

with(new fxmenu("IQMenu")){
visible=true;
position="relative"
height=18;
orientation="horizontal";
style=mainStyle;
fx("text=Home;width=63;url=http://iqproducts.nl/catalog/index.php?p=69;");
fx("text=Company;width=95;show=iqt_menu_157;url=http://iqproducts.nl/catalog/index.php?p=157;");
fx("text=Technology;width=95;show=iqt_menu_158;url=http://iqproducts.nl/catalog/index.php?p=158;");
fx("text=Press releases;width=120;show=iqt_menu_79;url=http://iqproducts.nl/catalog/index.php?p=79;");
};
with(new fxmenu("iqt_menu_157")){
width=254;
height=18;
orientation="vertical";
menustyle=subStyleMenu1;
style=subStyle1;
fx("text=Jobs;url=index.php?p=102;");
fx("text=Contact details;url=index.php?p=147;");
fx("text=Site disclaimer;url=index.php?p=149;");
fx("text=About us;url=index.php?p=69;");
fx("text=Directions;url=index.php?p=148;");
fx("text=Staff;url=index.php?p=146;");
fx("text=Where to meet us;url=index.php?p=172;");
};

with(new fxmenu("iqt_menu_158")){
width=254;
height=18;
orientation="vertical";
menustyle=subStyleMenu1;
style=subStyle1;
fx("text=Collaborations;url=index.php?p=135;");
fx("text=Cloning the Human Response™;url=index.php?p=132;");
fx("text=Publications;url=index.php?p=134;");
fx("text=Dual Antibody Approach;url=index.php?p=173;");
fx("text=Pipeline;url=index.php?p=133;");
};

buildMenus();


