var showContent="News";
var sgImage='Sing_20daySG$.png';
var euroImage='Sing_20dayEuro.png';

function fnShowContent(param) {
 if(param=="Home"){ showContent="Home"; }
 if(param=="News"){showContent="News";}
 if(param=="Commitee"){showContent="commitee";}
 if(param=="Forms"){showContent="Forms";}
 if(param=="Stocks"){showContent="Stocks";}
 if(param=="Faq"){showContent="Faq";}
 if(param=="Sitemap"){showContent="Sitemap";}
}

// share_price("26.28","SG$55.73","<b class=up>+0.73&nbsp;%</b>","18 Dec 2003 16:31");
//Current share price:  €26.28   SG$55.73  +0.73 %  Last update: 18 Dec 2003 16:31
function share_price(euro,sgd,percentage,update){
document.write('	<table border="2" width="100%" style="border-color: red;">');
document.write('		<tr><td class="pricebanner">Current share price:  &euro;'+euro+'&nbsp;&nbsp;'+sgd+'&nbsp;&nbsp;'+percentage+' Last update: '+update+'</td></tr>');
document.write('	</table>');
}

