function newWindow(url,w,h)
{
   mrpops = window.open(url,'javatastic','width=' + w + ',height=' + h)
}

