function openWin(doc,w,h,t,l)
 {
activeWindow = open(doc,"activeWin","width=" + w + " ,height=" + h + ", left=" + t + ", top=" + l + ", directories=no,location=no,menubar=no,resizable=yes,toolbar=no,scrollbars=yes,status=no");
 }
