function qwikpop(myUrl,myWidth,myHeight)
{
  var generator=window.open(myUrl,"mywindow",'height=' + myHeight + ',width=' + myWidth + ',toolbar=no,directories=no,status=no,' +'menubar=no,scrollbars=no,resizable=no,top=200,left=200');
  
}

