/**
 * Show links.
 */

function createTop() {
 var url='http://opentiss.net/top.html';
 var w=220;
 var h=280;
 document.write('<iframe id="mytoplinks" name="mytoplinks" width="'+w+'" height="'+h+'" border="0" frameborder="0" scrolling="no" src="'+url+'"></iframe>');
}

function createLinks() {
 var url='http://opentiss.net/links.html';
 var w=220;
 var h=480;
 document.write('<iframe id="mylinks" name="mylinks" width="'+w+'" height="'+h+'" border="0" frameborder="0" scrolling="no" src="'+url+'"></iframe>');
}
