// JScript source code
function request(brochure)
{
    var winObj = window.open("form.php?brochure=" + escape(brochure),"win","width=575,height=600,resizable=1,scrollbars=1");
}