function showRates()
 {
   rateWin = window.open ("http://www.calldepot.com/showcountrycost.asp", "Rates","location=0,status=0,scrollbars=0, width=235,height=230");
   rateWin.moveTo(0,0);
 }