<!-- hide script from old browsers

function pop_up (src,name,w,h,x,y)

 { 

  size=",width="+w+",height="+h

  put=",left="+x+",top="+y+",screenX="+x+",screenY="+y 

  browser=window.open(src, name,"scrollbars=yes,resizable=yes,toolbar=no,status=no,menubar=no,location=no,directories=no"+size+put)

 }

// end hiding script from old browsers -->