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