function PopUp(url ,page_params )
	{
		window.open(url,"plt",page_params);
	}

  function bookmarksite(title, url){
  if (document.all)
  window.external.AddFavorite(url, title);
  else if (window.sidebar)
  window.sidebar.addPanel(title, url, "")
 }


function go(x){
x = x.replace(/\*/, '.');
document.location.href=x;
}


function estimate_form(x) {
    document.forms[x].action = '/estimates/' + x + '_free_estimate.htm';
    document.forms[x].submit();
}
function companies_form(x) {
    document.forms[x].action = '/view_companies/' + x + '.htm';
    document.forms[x].submit();
}
function button_over(x) {
    x.style.backgroundColor = '#FD9B06';
    x.style.color = '#FFFFFF';
    x.style.borderColor = '#000099';
}
function button_out(x) {
    x.style.backgroundColor = '';
    x.style.color = '';
    x.style.borderColor = '';
}

