<!-- start navigation rollover -->

if (document.images) {
image01on = new Image();
image01on.src = "/hmimages/nav_home_over.gif";
image02on = new Image();
image02on.src = "/hmimages/nav_features_over.gif";
image03on = new Image();
image03on.src = "/hmimages/nav_buy_over.gif";
image04on = new Image();
image04on.src = "/hmimages/nav_my_meetings_over.gif";
image05on = new Image();
image05on.src = "/hmimages/nav_contact_over.gif";
image06on = new Image();
image06on.src = "/hmimages/nav_livedemo_over.gif";
image07on = new Image();
image07on.src = "/hmimages/nav_account_over.gif";
image08on = new Image();
image08on.src = "/hmimages/nav_faq_over.gif";
image09on = new Image();
image09on.src = "/hmimages/nav_accessories_over.gif";

image01off = new Image();
image01off.src = "/hmimages/nav_home.gif";
image02off = new Image();
image02off.src = "/hmimages/nav_features.gif";
image03off = new Image();
image03off.src = "/hmimages/nav_buy.gif";
image04off = new Image();
image04off.src = "/hmimages/nav_my_meetings.gif";
image05off = new Image();
image05off.src = "/hmimages/nav_contact.gif";
image06off = new Image();
image06off.src = "/hmimages/nav_livedemo.gif";
image07off = new Image();
image07off.src = "/hmimages/nav_account.gif";
image08off = new Image();
image08off.src = "/hmimages/nav_faq.gif";
image09off = new Image();
image09off.src = "/hmimages/nav_accessories.gif";
}

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}
<!-- end navigation rollover -->


<!-- start homepage rollover -->
function change(x){
var img_switch= new Array()
img_switch[1]="home_video";
img_switch[2]="home_easy";
img_switch[3]="home_low";

document.getElementById('photo').innerHTML = "<img src=hmimages\/"+img_switch[x]+".jpg>";


if (x==1)
{
document.getElementById('content').innerHTML = '<H2>Easy to use online meetings - right from your desktop<\/H2>'
+ '<UL>'
+ '<LI> See, speak and collaborate securely<\/LI>'
+ '<LI> Perfect for sales presentations, Webinars, training, &amp; company meetings<\/LI>'
+ '<LI> One flat monthly fee - includes unlimited usage'
+ '<BR>'
+ '<A HREF="\/hm\/register.jsp">Try a free HearMe meeting now<\/A> or <A HREF="\/livedemo\/">see a live demo<\/A> (8am-8pm EST M-F)'
+ '<\/LI>'
+ '<\/UL>'
}


if (x==1)
{
document.getElementById('content').innerHTML = '<H2>Share files, documents and applications securely<\/H2>'
+ '<UL>'
+ '<LI> Built-in voice capability eliminates the need for separate teleconference<\/LI>'
+ '<LI> Bring meeting participants together anywhere in the world<\/LI>'
+ '<LI> HearMe Web video conferencing saves you time and money'
+ '<BR>'
+ '<A HREF="\/hm\/register.jsp">Try a free HearMe meeting now<\/A> or <A HREF="\/livedemo\/">see a live demo<\/A> (8am-8pm EST M-F)'
+ '<\/LI>'
+ '<\/UL>'
}


else if (x==2)
{
document.getElementById('content').innerHTML = '<H2>HearMe makes Web video conferencing quick and easy<\/H2>'
+ '<UL>'
+ '<LI> Conduct meetings with people down the hall or across the globe<\/LI>'
+ '<LI> Stop worrying about scheduling conflicts, travel expenses, and booking conference rooms<\/LI>'
+ '<LI> Connect, collaborate, and communicate all from your PC'
+ '<BR>'
+ '<A HREF="\/hm\/register.jsp">Try a free HearMe meeting now<\/A> or <A HREF="\/livedemo\/">see a live demo<\/A> (8am-8pm EST M-F)'
+ '<\/LI>'
+ '<\/UL>'
}

else if (x==3)
{
document.getElementById('content').innerHTML = '<H2>Stay on budget with our low flat monthly fee with unlimited usage<\/H2>'
+ '<UL>'
+ '<LI> Our convenient flat pricing includes video and voice - no other hidden fees<\/LI>'
+ '<LI> No long term contracts or commitments - pay as you go<\/LI>'
+ '<LI> Meeting participants pay nothing to connect and join in'
+ '<BR>'
+ '<A HREF="\/hm\/register.jsp">Try a free HearMe meeting now<\/A> or <A HREF="\/livedemo\/">see a live demo<\/A> (8am-8pm EST M-F)'
+ '<\/LI>'
+ '<\/UL>'
}

}
<!-- end homepage rollover -->