<!--

var myPlatform=navigator.platform.substr(0,3);
if (myPlatform=="Mac") {
     document.write("<link rel=\"stylesheet\" href=\"js_bin/camden_mac.css\" type=\"text/css\">");
}
else {
     document.write("<link rel=\"stylesheet\" href=\"js_bin/camden_win.css\" type=\"text/css\">");
}

var object=new Array();

object['home']= new objectdata(165,29,"imgs/home_o.gif","imgs/home.gif","Camden Cleaners & Postal Center, Beverly Hills, CA");
object['services']= new objectdata(165,26,"imgs/services_o.gif","imgs/services.gif","Our Services");
object['pickup']= new objectdata(165,25,"imgs/pickup_o.gif","imgs/pickup.gif","Pick-Up & Delivery");
object['corporate']= new objectdata(165,27,"imgs/corporate_o.gif","imgs/corporate.gif","Corporate Express");
object['coupons']= new objectdata(165,26,"imgs/coupons_o.gif","imgs/coupons.gif","Print the Coupons");
object['mailbox']= new objectdata(165,26,"imgs/mailbox_o.gif","imgs/mailbox.gif","Mailbox Rentals & Postal Services");
object['affiliates']= new objectdata(165,26,"imgs/affiliates_o.gif","imgs/affiliates.gif","Our Affiliates");
object['testimonials']= new objectdata(165,25,"imgs/testimonials_o.gif","imgs/testimonials.gif","Testimonials");
object['employment']= new objectdata(165,26,"imgs/employment_o.gif","imgs/employment.gif","Employment Opportunities");
object['faq']= new objectdata(165,26,"imgs/faq_o.gif","imgs/faq.gif","Frequently Asked Questions");
object['mlist']= new objectdata(165,25,"imgs/mlist_o.gif","imgs/mlist.gif","Join Our Mailing List");
object['contact']= new objectdata(165,25,"imgs/contact_o.gif","imgs/contact.gif","Contact Us");
object['credits']= new objectdata(86,65,"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;
}

function m_out(name) {
		window.status="";
        document.getElementById(name).src=object[name].img_out.src;
}

function doResize() {
        location.reload();
}

var x=screen.availWidth;

function popWin(theURL) {
             win=this.open(theURL, 'popwin', 'resizable=yes,width=600,height=600,left='+(x-600-10)+',top=0');                      
}

function videoWin(theURL) {
             vw=this.open(theURL, 'popwin', 'resizable=yes,width=600,height=420,left='+(x-600-20)+',top=0');                      
}

// -->

