// ========================================================
//  javascript 
//
// Written by 
// Yenius Web Designs
// 10909 Yonge St., Suite 105
// Richmond Hill, Ontario
// L4C 3E3
//
// ========================================================

// detect supported browsers for rollovers and layers

if (supported);
{
/************** blue arrows *************/

arrow0_df = new Image(10,10);
arrow0_df.src = "images/menu_arrow_bt1.gif";

arrow0_ov = new Image(10,10);
arrow0_ov.src = "images/menu_arrow_bt2.gif";

arrow1_df = new Image(10,10);
arrow1_df.src = "images/menu_arrow_bt1.gif";

arrow1_ov = new Image(10,10);
arrow1_ov.src = "images/menu_arrow_bt2.gif";

arrow2_df = new Image(10,10);
arrow2_df.src = "images/menu_arrow_bt1.gif";

arrow2_ov = new Image(10,10);
arrow2_ov.src = "images/menu_arrow_bt2.gif";

arrow3_df = new Image(10,10);
arrow3_df.src = "images/menu_arrow_bt1.gif";

arrow3_ov = new Image(10,10);
arrow3_ov.src = "images/menu_arrow_bt2.gif";

arrow4_df = new Image(10,10);
arrow4_df.src = "images/menu_arrow_bt1.gif";

arrow4_ov = new Image(10,10);
arrow4_ov.src = "images/menu_arrow_bt2.gif";
}