function newwin (url, up) { //Copyright CIA 2002, frame de intoarcere pentru linkuri externe
window.document.writeln('<html>');
window.document.writeln('<head>');
window.document.writeln('<title>Internetul e chiar aici...</title>');
window.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
window.document.writeln('</head>');
window.document.writeln('<frameset rows="24,*" frameborder="NO" border="0" framespacing="0" cols="*" marginheight="0">');
window.document.writeln('<frame name="Navigation" scrolling="NO" src="/links/frlink_up.html">');
window.document.writeln('<frame name="Browse" src='+url+'>');
window.document.writeln('</frameset>');
window.document.writeln('<noframes></noframes>');
window.document.writeln('</html>');
}
