<!--


// Currency Converter..
function Pop1(QueryString)
{ 
PopupWindow = window.open ('', 'PopupWindow', 'toolbar=0,location=0,resizable=1,height=220,width=350')
PopupWindow.focus()
PopupWindow.location.href = 'http://64.225.125.88:8080/fieba/preset.jsp?FI_from=GBP&FI_to=FRF&FI_inputAmount=20.00';
}



// Weather
function newWindow()
{
popupWindow = window.open('','popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=1,width=800,height=600,left=10,top=10', "replace" );
}


// MultiMaps and Special Offers
function openWindow(url)
{
popupWindow = window.open(url, 'remote','menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=1,dependent,width=1000,height=600,left=10,top=10');
}




//-->
