


	
		
		
		
		
		
		
		
			
			
			
	
		
		
		
		
	
	
	
	
		function _ttt_popup(url,winname,w,h,feat)
	{
	 if (!(isNaN(w) || isNaN(h)))
	 {
	  var adjust = 20;
	  var x=parseInt((screen.width-w)/2);
	  var y=parseInt(((screen.height-h)/2-adjust));
	  if (x<0) x=0;
	  if (y<0) y=0;
	  
	  if (feat!=null && feat!="")
	  {
	   feat=","+feat;
	  }
	  else
	  {
	   feat="";
	  }
	  feat="left="+x+",top="+y+",width="+w+",height="+h+feat;
	 }
	 var this_win = window.open(url,winname,feat);
	 this_win.focus();
	}
	
	
	
	
	
	
		
			
			
		
	
	
	document.write('<a href="javascript:_ttt_popup(');
	
	document.write("'http://www.moneycorp.com/tools/currency_converter/sharedConverterIndex.cfm?BannerID=3&ReferringAgentId=10017351','currencyConverter','340','475','scrollbars=no');");
	
	document.write('">')

	
		
		
		
		
		
		
		document.write("<img src='http://www.moneycorp.com/media/buttons/120x90conv_n.gif' border='0' height='90' width='120'>")
		
	
	document.write('</a>')	


