function _gulet_request(currencies,bordercolor,serverurl) {
    bordercolor = bordercolor;  //dummy

    var aurl = serverurl+"gulet/contact.php";
    var location = window.location.href;

    aurl = aurl;

    var rc = currencies.split("_");
    var w = 430;
    var h = 0;

    if(rc.length > 2) {
        h = 445 + ((rc.length-2) * 104);
    }
    else {
        h = 445;
    }

    document.write("<iframe marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" id=\"dovizcomWidgetFrame\" name=\"dovizcomWidgetFrame\" style=\"padding:0 0 0 0;margin:0 0 0 0;\" src=\""+aurl+"\" width=\""+w+"\" height=\""+h+"px\" frameborder=\"0\">");
    document.write("</iframe>");
}
