function OpenL (c, width, height){
    w_width = width + 0;
    w_height = height + 0;

    window.open('/images/?myimg='+c+'&width='+width+'&height='+height,
                    '_blank',
                    'width='+w_width+',height='+w_height+',location=no,toolbar=no,menubar=no,status=no');


}
 
