// ========================================================
//  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);
{

arrow1_df = new Image(11,9);
arrow1_df.src = "images/menu_arrow_bt1.gif";

arrow1_ov = new Image(11,9);
arrow1_ov.src = "images/menu_arrow_bt2.gif";

arrow2_df = new Image(9,11);
arrow2_df.src = "images/menu_arrow_bt1.gif";

arrow2_ov = new Image(11,9);
arrow2_ov.src = "images/menu_arrow_bt2.gif";

arrow3_df = new Image(11,9);
arrow3_df.src = "images/menu_arrow_bt1.gif";

arrow3_ov = new Image(11,9);
arrow3_ov.src = "images/menu_arrow_bt2.gif";

arrow4_df = new Image(11,9);
arrow4_df.src = "images/menu_arrow_bt1.gif";

arrow4_ov = new Image(11,9);
arrow4_ov.src = "images/menu_arrow_bt2.gif";

arrow5_df = new Image(11,9);
arrow5_df.src = "images/menu_arrow_bt1.gif";

arrow5_ov = new Image(11,9);
arrow5_ov.src = "images/menu_arrow_bt2.gif";

arrow6_df = new Image(11,9);
arrow6_df.src = "images/menu_arrow_bt1.gif";

arrow6_ov = new Image(11,9);
arrow6_ov.src = "images/menu_arrow_bt2.gif";

}