function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures); }

function avaaikkuna()

{

window.open('/content/SovellaHome/flash/suunnitteluohjelma.html', 'sovellaplanner', 'left=0, top=0, width=980, height=700, resizable=yes, scrollbars=yes, scrolling=yes');

}

