function go(url, tool, menu, loc, scroll, resize, status, left, top, width, height) {
OpenWin = this.open(url, "CtrlWindow", "toolbar=" + tool + ",menubar=" + menu + ",location=" + loc + ",scrollbars=" + scroll + ",resizable=" + resize + ",status=" + status + ",left=" + left + ",top=" + top + ",width=" + width + ",height=" + height);
}


function bookmarkus() {
  if (document.all && navigator.userAgent.indexOf("Opera")==-1) {
  document.write("<a href=\"javascript:window.external.addfavorite('http://www.granpasinn.com','Hotel Bougainvillea, Granpas Inn');\" class=\"smalltext\">Bookmark us!</a><br />");
  } else {
  document.write("<span class=\"smalltext\">Press Ctrl+D to bookmark us!</span>");
  }
}


var currencyconvertX = (screen.width/2)-200;
var currencyconvertY = (screen.height/2)-150;
var pos = "left="+currencyconvertX+",top="+currencyconvertY;

function currencyconvert(){
currencyconvertWindow = window.open("http://www.aquariussoft.com/currency-calculator/currency-calculator.asp","CurrencyConverter","status=yes,width=400,height=300,"+pos);
}
