
function popIt6(filename,width,height)
{
window.open(filename,'','left=150,top=50,width='+width+',height='+height+'');
}
