function drill(a,b,c,d,e,f)

{

var features= 'height='+ b +

',width=' + c + ',screenX=400,screenY=400' +

',top=' + d +

',left=' + e + ',toolbar=no' +

',scrollbars=' + f + ',resizable=no'

window.open(a,'new_window',features);

}
