// tämä koodi rakentaa perus frame asetukset index.html:ään

contentSRC = (location.search.substring(1)) ? location.search.substring(1):'home.htm';
contentSRC = unescape(contentSRC);

var writeFrame = '';

writeFrame += '<frameset cols="188,770,*" border="0" framespacing="0" frameborder="0">';
writeFrame += '<frame src="sisalto.htm" scrolling=yes>';
writeFrame += '<frameset rows="94,*,63">';
writeFrame += '<frame src="ylarima.htm" scrolling=no>';
writeFrame += '<frame src="'+(contentSRC)+'" name="content" noresize>';
writeFrame += '<frame src="alarima.htm"  scrolling=no>';
writeFrame += '</frameset>';
writeFrame += '<frame src="oikea.htm"  scrolling=no>';
writeFrame += '</frameset>';
document.write(writeFrame);




