// Ravenart-Graffix MS IE Embed/Activex controls
//Steve Deisley - Ravenart Grafix 2007
<!--

function homemovie() {
document.write('<embed src="logo1.swf" menu="false"  wmode="transparent" quality="high" bgcolor="#000000" width="850" height="133" name="main" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
}
function homemovie2() {
document.write('<embed src="logo2.swf" menu="false"  wmode="transparent" quality="high" bgcolor="#000000" width="850" height="133" name="main" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
}
function intromovie() {
document.write('<embed src="intro.swf" menu="false"  wmode="transparent" quality="high" bgcolor="#000000" width="700" height="500" name="intro" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
}
function introvideo() {
document.write('<embed src="vid.swf" menu="false"  scale="noscale" wmode="transparent" quality="high" bgcolor="#000000" width="100%" height="100%" name="introvideo" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
}
function eventsmovie() {
document.write('<embed src="events.swf" menu="false"  scale="noscale" wmode="transparent" quality="high" bgcolor="#000000" width="100%" height="100%" name="events" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
}
function scrollmovie() {
document.write('<embed src="scroll.swf" menu="false"  wmode="transparent" quality="high" bgcolor="#000000" width="570" height="1100" name="scroll" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
}
var popurls=new Array()
popurls[0]="introvideo.php"

function openpopup(popurl){
var winpops=window.open(popurl,"","width=550px,height=400px,resizable")
}
function openpopup2(popurl){
var winpops=window.open(popurl,"","width=600px,height=580px,resizable")
}

function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
         end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}

function loadornot(){
if (get_cookie('jkpopup')==''){
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
document.cookie="jkpopup=yes"
}
}
function loadvid(){
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
}
