// RavenMP3Player MS IE Embed/Activex controls fix
//Steve Deisley - Ravenart Grafix 2006
<!--
function indexmovie() {

document.write('<embed src="swf/rocknationweb.swf" menu="false" swLiveConnect=true  quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="100%" height="100%" name="testcommand" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')

}
function indexmovie2() {

document.write('<embed src="swf/rocknationweb2.swf" menu="false" swLiveConnect=true  quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="100%" height="100%" name="testcommand" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')

}
function newWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 4;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus();}
}
//--> 