function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

function onSearchTips() {
   window.open('http://www.lookster.co.uk/search-tips.html', '', "dependent,width=550,height=580");
}

function onSafeSearch() {
   window.open('http://www.lookster.co.uk/safesearch.html', '', "dependent,width=400,height=230");
}

function goToEnergyComparison(){	
  page  = "http://energy.lookster.co.uk";
  window.open(page, "win1","location=no,menubar=no,status=yes,resizable=yes,width=800,height=720,left=0,top=0,scrollbars=yes");
}

function goToCompareDuelFuel(){	
  page  = "http://energy.lookster.co.uk/calc_comparison.html?db=dual&referId=lookster";
  window.open(page, "win1","location=no,menubar=no,status=yes,resizable=yes,width=800,height=720,left=0,top=0,scrollbars=yes");
}

function goToCompareGas(){	
  page  = "http://energy.lookster.co.uk/calc_comparison.html?db=gas&referId=lookster";
  window.open(page, "win1","location=no,menubar=no,status=yes,resizable=yes,width=800,height=720,left=0,top=0,scrollbars=yes");
}

function goToCompareElectricity(){	
  page  = "http://energy.lookster.co.uk/calc_comparison.html?db=electric&greencalc=no&&referId=lookster";
  window.open(page, "win1","location=no,menubar=no,status=yes,resizable=yes,width=800,height=720,left=0,top=0,scrollbars=yes");
}

function goToCompareGreenEnergy(){	
  page  = "http://energy.lookster.co.uk/calc_comparison.html?db=electric&greencalc=yes&&referId=lookster";
  window.open(page, "win1","location=no,menubar=no,status=yes,resizable=yes,width=800,height=720,left=0,top=0,scrollbars=yes");
}

function goToEnergyPriceUpdates(){	
  page  = "http://energy.lookster.co.uk/energy_price_updates.html";
  window.open(page, "win1","location=no,menubar=no,status=yes,resizable=yes,width=800,height=720,left=0,top=0,scrollbars=yes");
}