function openPIC(link, params) {
   window.open(link,'',params);
}

function CaricaFrames(url) {
   if (url=='') url='bio.php'
   // per l'ingrediente segreto dello chef tnx to Papuiccio:
   url=url+'?a'

   document.write('<!doctype html public "-//w3c//dtd html 4.0 transitional//en">')
   document.write('<html>')
   document.write('<head>')
   document.write('        <title>..:: Valentina Ducros - Home Page ::..</title>')
   document.write('        <meta name="Author" content="Cicalona">')
   document.write('        <meta name="Generator" content="text editor">')
   document.write('        <meta name="Description" content="Il sito web di Valentina Ducros: Cantante e Autrice romana">')
   document.write('        <meta name="KeyWords" content="Valentina Ducros, Valentina, Ducros, Musica, Cantante, Roma, Italia, Jazz, Soul">')
   document.write('        <link rel="stylesheet" href="valestyle.css" type="text/css">')
   document.write('        <link rel="shortcut icon" HREF="favicon.ico">')
   document.write('</head>')

   document.write('<frameset cols="180,*" frameborder="0" framespacing="0" border="0" resize="no">')
   document.write('        <frame name="bar_left" src="bar_left.php" marginwidth="0" marginheight="0" resize="no">')
   document.write('        <frame name="content" src="'+url+'" marginwidth="0" marginheight="0" resize="no">')
   document.write('</frameset>')

}