<!--
function popupWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function topflash(seid){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="715" height="580" title="Nutty collection">\n');
document.write('<param name="movie" value="/pc/images/nutty_main.swf?' + seid + '" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="BGCOLOR" value="#ffffff" />\n');
document.write('<embed src="pc/images/nutty_main.swf?'+ seid +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="715" height="580" bgcolor="#ffffff" menu="false">\n');
document.write('</embed>\n');
document.write('</object>\n');
}

function scrollfla(seid){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="589" height="90">\n');
document.write('<param name="movie" value="/pc/images/scroll_bana.swf?'+ seid +'" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="BGCOLOR" value="#ffffff" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<embed src="pc/images/scroll_bana.swf?'+ seid +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="589" height="90" bgcolor="#ffffff" menu="false">\n');
document.write('</embed>\n');
document.write('</object>\n');
}
//-->