﻿function CreateBookmarkLink() 
{
  if (window.sidebar) { // Mozilla Firefox Bookmark		
    window.sidebar.addPanel("Budget Car Rental Athens", "http://www.budget-athens.gr","");	
   } 
  else if( window.external ) { // IE Favorite		
    window.external.AddFavorite( "http://www.budget-athens.gr", "Budget Car Rental Athens"); 
   }
    else if(window.opera && window.print) { // Opera Hotlist		
    return true; 
    } 
}

function ShowHelp(topic) {
    window.open("helptopic.aspx?topic=" + topic, "HelpWin", "width=550, height=300, scrollbars=1");
    
}