function dataWindow()  {
	window.open('', 'dataWindow', 'toolbar=no,width=600,height=490,resizable,scrollbars=yes')
	}

	function dataWindow2()  {
	window.open('', 'dataWindow2', 'toolbar=no,width=610,height=930,resizable,scrollbars=no')
	}

	function dataWindow3()  {
	window.open('', 'dataWindow3', 'toolbar=no,width=800,height=600,resizable,scrollbars=no')
	}


    function PopAndBack()
    {
      CurrencyWindow = window.open ('', 'CurrencyWindow', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,height=150,width=575');
      CurrencyWindow.focus();
      CurrencyWindow.location.href = 'http://www.xe.com/pca/input.cgi';
      //history.back();
    }

