// ========================================================
//  javascript 
//
// Written by 
// Yenius Interactive Marketing
// 10909 Yonge St., Suite 105
// Richmond Hill, Ontario
// L4C 3E3
//
// ========================================================

// detect supported browsers for rollovers and layers

if (supported);
{
install_df = new Image(150,50)
install_df.src = "images/install_button_a.gif"

install_ov = new Image(150,50)
install_ov.src = "images/install_button_b.gif" 

moving_df = new Image(150,50)
moving_df.src = "images/moving_button_a.gif"

moving_ov = new Image(150,50)
moving_ov.src = "images/moving_button_b.gif"

other_df = new Image(150,50)
other_df.src = "images/other_button_a.gif"

other_ov = new Image(150,50)
other_ov.src = "images/other_button_b.gif"
}