<!--

var myPlatform=navigator.platform.substr(0,3);
if (myPlatform=="Mac") {
     document.write("<link rel=\"stylesheet\" href=\"js_bin/a1moving_mac.css\" type=\"text/css\">");
}
else {
     document.write("<link rel=\"stylesheet\" href=\"js_bin/a1moving_win.css\" type=\"text/css\">");
}

var object=new Array();

object['welcome']= new objectdata(137,29,"imgs/welcome_o.jpg","imgs/welcome.jpg","A1 Moving Company");
object['company']= new objectdata(137,29,"imgs/company_o.jpg","imgs/company.jpg","Company");
object['apmoves']= new objectdata(137,29,"imgs/apmoves_o.jpg","imgs/apmoves.jpg","Apartment Moves");
object['offmoves']= new objectdata(137,29,"imgs/offmoves_o.jpg","imgs/offmoves.jpg","Office Moves");
object['localquote']= new objectdata(137,28,"imgs/instantQuote_o.jpg","imgs/instantQuote.jpg","Free Local Price Quote");
object['interquote']= new objectdata(137,28,"imgs/interquote_o.jpg","imgs/interquote.jpg","Free Interstate Price Quote");
object['packing']= new objectdata(137,29,"imgs/packing_o.jpg","imgs/packing.jpg","Packing Info & Supplies");
object['tips']= new objectdata(137,29,"imgs/tips_o.jpg","imgs/tips.jpg","Moving Tips");
object['storage']= new objectdata(137,29,"imgs/storage_o.jpg","imgs/storage.jpg","Storage Facility");
object['testim']= new objectdata(137,29,"imgs/testim_o.jpg","imgs/testim.jpg","Testimonials");
object['employment']= new objectdata(137,28,"imgs/employment_o.jpg","imgs/employment.jpg","Employment Opportunities");
object['credits']= new objectdata(182,18,"imgs/credits_o.gif","imgs/credits.gif","http://www.webstrim.com/");

function objectdata(hsize,vsize,imgovr,imgout,msg) {
		this.img_ovr=new Image(hsize,vsize);
		this.img_ovr.src=imgovr;
		this.img_out=new Image(hsize,vsize);
		this.img_out.src=imgout;
		this.msg=msg;
}

function m_ovr(name) {
		window.status=object[name].msg;
		document.getElementById(name).src=object[name].img_ovr.src;
//		document[name].src=object[name].img_ovr.src;
//      and change "id" for "name" in the <img src> tag of the source file
}

function m_out(name) {
		window.status="";
        document.getElementById(name).src=object[name].img_out.src;
//		document[name].src=object[name].img_out.src;
}

function doResize() {
        location.reload();
}

// -->
