// JavaScript Document

function popIt(sURL,windowWidth,windowHeight)

      {

        newWindow=window.open(sURL,'poped','height=' + windowHeight + ',width=' + windowWidth + ',scrollbars=yes,resizable=yes');

      }
