");
}
return num;
}
// returns converted currency amount
// returns -999 if currency not found.
function getPrice(currency, amount)
{
var cIndex=findCurrency(currency);
if (cIndex==-1)
return -999;
var converted = amount * currencyExchangeRates[cIndex];
return fmtPriceWithCommas(converted);
}
function updateCurrency(currencyCode)
{
SetCookie("DispCurr", currencyCode);
// forces reloading of page
history.go(0);
}
// defines current currency code by reading cookie
var currentCurrencyCode=GetCookie("DispCurr");
if (findCurrency(currentCurrencyCode)==-1)
{
currentCurrencyCode="";
SetCookie("DispCurr", currentCurrencyCode);
}
// Open up the window to display approximate price idea
function popUpApproxPriceWindow()
{
var iWidth;
var iHeight;
iWidth = (window.screen.width/2) - 140;
iHeight = (window.screen.height/2) - 80;
var win2 = window.open("","Window2","height=250,width=300,resizable=no,left=" + iWidth + ",top=" + iHeight + ",screenX=" + iWidth + ",screenY=" + iHeight + ",scrollbars=yes");
win2.focus();
win2.location.href = 'approxprice.htm'
}
// -->
|
MetaStock 10.0 |
|
 |
AUD897.00
Suggested Retail Price:
AUD1095.00 |
| The World's most popular Charting Package for Shares and Futures |
|
|
| Payment Methods |
| American Express, MasterCard, Visa, Diners Club, Telegraphic Transfer, Money Order, Cheque, Invoice, COD, Cashiers Check, Bank Cheque |
|
|
|