
function imgwin(image)
{

new_imgwin = window.open("","", "width=800,height=600,resizable=no,menubar=no,directories=no,toolbar=no,location=no");
new_imgwin.document.write("<title>STAGELINE Mobile Stage Inc. : Hydraulic Mobile Stages,Professionnal MobileStage,Outdoor Event</title><body style='background-image:url(/data/STAGELINE/files/image/bg-page.jpg); margin:0'><img src=" + image + " onClick='javascript: window.close();' /></body>");
}

