﻿function insideJS() {
    alert('Inside .js');
}
function OpenExternal(ExtLink) {
    /*citta = window.open("http://www.falkoping.se/cittaslow", "cittaslow");*/
    citta = window.open(ExtLink, "ExtLink");
}
function RemoveScroll() {
    var Frame = document.getElementsByName("iframe");
    Frame.setAttribute("scrolling", "no");
}
