// JavaScript Document

function addToFavorites()
{
if (window.external)
 { 
 	//window.external.AddFavorite("http://69.20.57.241/hianaheim/index.asp","Holiday Inn Anaheim"); 
	window.external.AddFavorite(location.href, document.title); 

 }
else
 { alert("Sorry! Your browser doesn't support this function."); }
}


function popup(url, width, height) {
emailWin=window.open(url,"popup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height); }

function Vpopup(url) {
emailWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=445,height=455');
self.name = "mainWin"; }


function generate_address( un, hn, sty, lnk ) {
        var atsign = "&#64;";
        var addr = un + atsign + hn;
        if(!lnk)
		{ document.write( 
          "<" + "a" + " class=" + sty + " href=" + "mail" + "to:" + addr + ">" +
          addr + "</a>");      }
		else {
		document.write( 
          "<" + "a" + " class=" + sty + " href=" + "mail" + "to:" + addr + ">" +
          lnk + "</a>");  }
		}