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

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

    aurl = aurl;

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

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

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