function openMapPopWindow()
{
var htmlCode = '<html><head><title>South Africa Map</title></head><body><center>';
htmlCode += '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=south+africa&amp;ie=UTF8&amp;ll=-30.559482,22.937506&amp;spn=18.836316,40.957031&amp;z=5&amp;output=embed&amp;s=AARTsJqYAYAFXy9E-iNvlCQ3y-2bI7q-iw"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=south+africa&amp;ie=UTF8&amp;ll=-30.559482,22.937506&amp;spn=18.836316,40.957031&amp;z=5&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
htmlCode += '<br /><a href="javascript:window.close()">Close</a></center></body></html>';
	
	var popWindow = window.open('','','top=5,width=500, height=400 ,status=0,location=0, menubar=0, resizable=0, scrollbars=0,titlebar=0,toolbar=0');
	popWindow.document.write(htmlCode);
	popWindow.document.close();
	popWindow.focus();
}

function openWeatherPopWindow()
{
	var htmlCode = '<html><head><title>South Africa Weather</title></head><body><center>';
	

	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/68816.html?bannertypeclick=bigwx">';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/68816.gif" border=0';
	htmlCode +=	'alt="Click for Cape Town, South Africa Forecast" height=60 width=468></a>';

	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/68588.html?bannertypeclick=bigwx"> ';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/68588.gif" border=0 ';
	htmlCode +=	'alt="Click for Durban, South Africa Forecast" height=60 width=468></a> ';
	
	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/68368.html?bannertypeclick=bigwx"> ';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/68368.gif" border=0 ';
	htmlCode +=	'alt="Click for Johannesburg, South Africa Forecast" height=60 width=468></a> ';

	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/68262.html?bannertypeclick=bigwx"> ';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/68262.gif" border=0 ';
	htmlCode +=	'alt="Click for Pretoria, South Africa Forecast" height=60 width=468></a>';

	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/68442.html?bannertypeclick=bigwx"> ';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/68442.gif" border=0 ';
	htmlCode +=	'alt="Click for Bloemfontein, South Africa Forecast" height=60 width=468></a>';
	
	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/68842.html?bannertypeclick=bigwx"> ';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/68842.gif" border=0 ';
	htmlCode +=	'alt="Click for Port Elizabeth, South Africa Forecast" height=60 width=468></a> ';

	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/68424.html?bannertypeclick=bigwx">';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/68424.gif" border=0';
	htmlCode +=	'alt="Click for Upington, South Africa Forecast" height=60 width=468></a>';

	htmlCode +=	'<a href="http://www.wunderground.com/global/stations/WFAPP.html?bannertypeclick=bigwx"> ';
	htmlCode +=	'<img src="http://banners.wunderground.com/weathersticker/bigwx_metric_cond/language/www/global/stations/WFAPP.gif" border=0 ';
	htmlCode +=	'alt="Click for Polokwane, South Africa Forecast" height=60 width=468></a> ';

htmlCode += '<br /><a href="javascript:window.close()">Close</a></center></body></html>';
	
	var popWindow = window.open('','','top=5,width=500, height=550 ,status=0,location=0, menubar=0, resizable=1, scrollbars=0,titlebar=0,toolbar=0');
	popWindow.document.write(htmlCode);
	popWindow.document.close();
	popWindow.focus();
}

function openRatePopWindow()
{
var htmlCode = '<html><head><title>Exchange Rates</title></head><body><center>';
htmlCode += '<iframe src="exchange_rates.html" width="260" height="320" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="exchange_rates.html"></iframe><br />';
htmlCode += '<a href="http://www.exchange-rates.org/"> www.exchange-rates.org </a>';
htmlCode += '<br /><a href="javascript:window.close()">Close</a></center></body></html>';
var popWindow = window.open('','','top=5,width=280, height=400 ,status=0,location=0, menubar=0, resizable=0, scrollbars=0,titlebar=0,toolbar=0');
	popWindow.document.write(htmlCode);
	popWindow.document.close();
	popWindow.focus();
}
