// -->
function minifinestra(str) {
searchWin = window.open(str,'minifinestra','scrollbars=yes,resizable=yes,width=400,height=350,status=no,location=no,toolbar=no,screenX=00,screenY=00,left=00,top=00');
//        searchWin.refer = self;
}
function finestra(str) {
searchWin = window.open(str,'finestra','scrollbars=no,resizable=yes,width=520,height=350,status=no,location=no,toolbar=no,screenX=00,screenY=00,left=00,top=00');
//        searchWin.refer = self;
}
function maxifinestra(str) {
searchWin = window.open(str,'maxifinestra','scrollbars=yes,resizable=yes,width=520,height=350,status=no,location=no,toolbar=no,screenX=00,screenY=00,left=00,top=00');
//        searchWin.refer = self;
}

function playMusic(musicUrl) {
musicwin = window.open("","music","height=318,width=250,screenX=00,screenY=00,left=00,top=00");
musicwin.location.reload();
musicwin.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><title>Trasmissioni Podcast</title><link rel='stylesheet' href='http://www.dossier.net/img/home.css' type='text/css' /><style type='text/css'>body {background: #FFFFFF; padding: 0px; margin: 0px auto; text-align: center;}</style><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head><body><div><object type='application/x-shockwave-flash' data='http://downloads.thespringbox.com/web/wrapper.php?file=RSS Reader.sbw' height='318' width='250'><param name='allowNetworking' value='all' /><param name='allowScriptAccess' value='always' /><param name='allowFullScreen' value='true' /><param name='movie' value='http://downloads.thespringbox.com/web/wrapper.php?file=RSS Reader.sbw' /><param name='flashvars' value='param="+musicUrl+"&amp;param_style_borderColor=000000&amp;param_style_brandUrl=&amp;' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><param name='bgcolor' value='0x000000' /></object></div><div style='font: 11px/12px arial; width: 250px; text-align: center;'><a href='http://www.springwidgets.com/widgetize/23/?param="+musicUrl+"&amp;param_style_borderColor=000000&amp;param_style_brandUrl=&amp;&amp;width=250&amp;height=318' onclick='window.open(this.href);return false;'>Get this widget!</a></div></body></html>");
musicwin.document.close();
}
//-->