function bookmark()
{
netscape="Hit CTRL+D to add a bookmark to this site."
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite('http://www.traveliseek.com/','Travel I Seek - Worldwide Travel Services');
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}

function date(id){
	document.getElementById(id).style.display='none';
}


function popup(path,x,y)
{
   window.open(path,"window","menubar=no,resizable=yes,width="+x+",height="+y+",toolbar=no,top=150,left=150,scrollbars=yes")
}

function popup_ws(path,x,y)
{
   window.open(path,"window","menubar=no,resizable=yes,width="+x+",height="+y+",toolbar=no,top=150,left=150,scrollbars=no")
}

function go_url(url){
	if(url=='rg')document.location.href='http://www.roughguides.com/';
	else document.location.href=url;
}

function googleADSSetParams(w, h, channel)
{
	google_ad_client = "pub-3304590082313920";
	google_ad_width = w;
	google_ad_height = h;
	google_ad_format = w+ "x"+h+"_as";
	google_ad_type = "text";
	google_ad_channel ="{t.googleChannel}";
	google_color_border = "ffffff";
	google_color_bg = "FFFFFF";
	google_color_link = "2635A5";
	google_color_url = "008000";
	google_color_text = "000000";
}
