_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#a5a5a5";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorimage="/i/tdot.gif";
separatorsize="40";
separatorpadding="0";
padding=6;
fontsize="13";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#a5a5a5";
pagebgcolor="";
headercolor="#a5a5a5";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Windstorm Resources;url=/s/Corporate.asp;status=About Windstorm Resources;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Corporate Governance;url=/s/Governance.asp?ReportID=448802;status=Corporate Governance;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Quote;url=/s/StockInfo.asp;status=Stock Quote;");
aI("text=Share Capital;url=/s/ShareStructure.asp;status=Share Capital;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=SEDAR;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00029833;target=blank;status=SEDAR;");
//aI("text=Shareholder Documents;url=/s/ShareholderDocuments.asp;target=blank;status=Shareholder Documents;");

}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Exploring Mexico;url=/s/ExploringMexico.asp;status=Exploring Mexico;");
aI("text=Caldera Gold Project;url=/s/Caldera.asp?ReportID=442998;status=Caldera Gold Project;");
aI("text=Escondita Gold-Silver Project;url=/s/Escondita.asp?ReportID=461930;status=Escondita Gold-Silver Project;");
aI("text=Rosa Blanca Gold-Silver Property;url=/s/Rosa-Blanca.asp;status=Rosa Blanca Gold-Silver Property;");
aI("text=Bonanza Property;url=/s/Bonanza.asp;status=Bonanza Property;");
//aI("text=Kalum Gold-Silver Project;url=/s/Kalum.asp?ReportID=414622;status=Kalum Gold-Silver Project;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
