﻿<!--

function openFAQ() {
    win2 = window.open("http://www.fiicustil.ro/FAQ.htm", "Navigation", "width=700,height=500,scrollbars=yes,status=no,location=no,toolbar=no");
    win2.moveTo(0, 0);
}

function openLegal() {
    win2 = window.open("http://www.fiicustil.ro/Legal.htm", "Navigation", "width=700,height=500,scrollbars=yes,status=no,location=no,toolbar=no");
    win2.moveTo(0, 0);
}

function openChapterPreview(i) {
    var el = document.getElementById("scribd" + i);
    
    if (el.style.display == "none" || el.style.display == "")
    {
        el.style.display = "block";
    }
    else el.style.display = "none";
}

function openPhoneContact() {
    win2 = window.open("http://www.fiicustil.ro/Contact.aspx", "Navigation", "width=700,height=650,scrollbars=yes,status=no,location=no,toolbar=no");
    win2.moveTo(0, 0);
}

//-->
