
ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="image/transparent.gif";// Transparent image in gif format.
showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=140;
height=20;
color="#000000";
coloron="#FFFFFF";
bgcolor="#E8E8FF";
bgcoloron="#6699CC";
fontsize="8pt";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="image/nav/arrowblack11.gif";
arrowon="image/nav/arrowwhite11.gif";
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=90)";
menubgcolor="#E8E8FF";
menuborderwidth=1;
menubordercolor="#3366CC";
separatorsize=1;
separatorcolor="#3366CC";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("Main Menu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="absolute"
top=160;
left=59;
orientation="horizontal"
fx("text=Home;url=index.html;width=66;title=FX Sinus");
fx("text=Opening Windows and targeting (I)frames;show=Functions;width=270;");
}

with(new fxmenu("Functions")){
style=itemStyle;
menustyle=menuStyle;
width=420;
fx("text=<b>1.</b> Open a new browser window;url=http://www.fxsinus.com;target=asdf");
fx("text=<b>2.</b> Displaying a page in the left frame above;url=dhtml/minesweeper/ms_help.html;target=leftframe");
fx("text=<b>3.</b> Displaying a page in the right frame above (www.rietveldusa.com);url=http://www.rietveldusa.com;target=rightframe");
fx("text=<b>4.</b> Displaying a page in an iframe (iframe property);url=dhtml/minesweeper/ms_help.html;iframe=mainiframe");
fx("text=<b>5.</b> Targeting an iframe, which is not available (nowhereiframe);url=dhtml/minesweeper/ms_help.html;iframe=nowhereiframe");
fx("text=<b>6.</b> Leaving a frameset by using target=\"top\";url=menu/samples/target.html;target=top");
}

buildMenus();