// JavaScript Document for Left Nav Bar

// Live Support Pics
var off2="http://www.websweeper.com/style/buttons/livesupport_offline.gif";
var on2="http://www.websweeper.com/style/buttons/livesupport_online.gif";

// LeftNav
function tellFriend()
{
  window.open('','myWindow','toolbar=no,resizable=yes,status=yes,width=300,height=250 ,top=100,left=100')
  document.frm.submit()
}

// LeftNav
function bookmark()
{
  window.open('http://www.websweeper.com/event/mail/why-book.php','WindName','toolbar=no,resizable=yes,status=yes,width=300,height=290 ,top=100,left=100')
}