// JavaScript Document
function PopupGlossary(url)
{
	var glossary = window.open(url, 'glossary', 'width=440, height=2000, scrollbars=1, top=0, left=0, toolbars=no, resizable=0'); 
	glossary.focus();
}


<!-- Modified from WisePopup -->
var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var calunits=document.layers? "" : "px"
var bouncelimit;
var direction="up";

function PopupCurrencyConverter(){
if (!dom&&!ie&&!ns4){
window.open("http://www.no1reviews.com/common/PopupCurrencyConverter.htm", "", "scrollbars=0")
}else{
bouncelimit=32 //(must be divisible by 8)
crossobj=(dom)?document.getElementById("popupcurrency").style : ie? document.all.dropin : document.dropin
crossframe=(dom)?document.getElementById("popupcurrency_frame") : ie? document.all.cframe : document.cframe
crossframe.src="http://www.no1reviews.com/common/PopupCurrencyConverter.htm"
crossobj.visibility=(dom||ie)? "visible" : "show"
}}

function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"}


function PopupCurrencyConverter2()
{
	var currencyconverter = window.open('http://www.no1reviews.com/common/PopupCurrencyConverter.htm', 'glossary', 'width=370, height=180, scrollbars=0, top=0, left=0, toolbars=no, resizable=0'); 
	<!-- var currencyconverter = window.open('http://www.discount-currency-exchange.com/converter-pop.html', 'glossary', 'width=450, height=150, scrollbars=0, top=0, left=0, toolbars=no, resizable=0'); -->
	currencyconverter.focus();
}
