// (C) 2007 www.ukneeq.com
// Author: Fedil Grogan (fedil@ukneeq.com)
// Program: mobilenettagger
// Version: 1.0
// http://www.ukneeq.com/scripts/mobilenettagger/
// Free for all users who use this for personal uses, but leave in this header.
// If you use this on a commercial site or use it to make money please send a
// donation for my efforts.

function popUp(url)
{
  var newWin = window.open(url,'tospopup','width=400,height=400,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=yes,resizable=no');
  newWin.focus();
  return false;
}
