<!--
popup1 = "";
function ponnahdus(psjs_url){
    if(popup1){
        if(popup1.closed){
            popup1 = window.open("http://tsil.fi/liitto/lomake.htm", "popup1", "top=50,left=50,width=500,height=555,resizable=1,toolbar=0,scrollbars=1,location=0,status=0,menubar=0")
        } else { 
            popup1.focus();
        }
    } else {
        popup1 = window.open("http://tsil.fi/liitto/lomake.htm", "popup1", "top=50,left=50,width=500,height=555,resizable=1,toolbar=0,scrollbars=1,location=0,status=0,menubar=0")
    }
}
// -->