function popup(theURL,winName,features) { 
  	var pop = window.open("currency.htm",winName,features);
}
