// ========================================================
//  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);
{
install_df = new Image(250,35)
install_df.src = "images/install_a.gif"

install_ov = new Image(250,35)
install_ov.src = "images/install_b.gif" 

moving_df = new Image(250,35)
moving_df.src = "images/moving_a.gif"

moving_ov = new Image(250,35)
moving_ov.src = "images/moving_b.gif"

other_df = new Image(250,35)
other_df.src = "images/other_a.gif"

other_ov = new Image(250,35)
other_ov.src = "images/other_b.gif"
}