function blockError(){return true;}
window.onerror = blockError;
function Pop(url,windowname,w,h,t,l,s){
connection = window.open(url,windowname,'resizable=yes,toolbar=no,scrollbars='+s+',menubar=no,status=no,directories=no,width='+w+',height='+h+',left='+l+',top='+t+'');
}
function VidPop(vid,img,alt) {
var look='resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,width=500,height=400,left=50,top=50'
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<html>')
popwin.document.write('<head>')
popwin.document.write('<title>'+alt+' - One Minute Tutorial - Solidata Salary Sacrifice Calculator - SalSac</title>')
popwin.document.write('</head>')
popwin.document.write('<body bgcolor="#E8EAEF" background="picts/solidata-background.jpg" style="background-repeat:repeat-x;" oncontextmenu="return false">')
popwin.document.write('<center>')
popwin.document.write('<font face="verdana" size="1"><a href="http://www.macromedia.com/go/getflashplayer" target="_blank">Get the Flash Player</a> to see this video.</font>')
popwin.document.write('<br><br>')
popwin.document.write('<embed src="mediaplayer.swf" width="400" height="300" allowscriptaccess="always" allowfullscreen="true" flashvars="height=300&width=400&file='+vid+'&image='+img+'"/>')
popwin.document.write('<br><br>')
popwin.document.write('<input type="button" value="Close Window" onclick="javascript:window.close()">')
popwin.document.write('</center>')
popwin.document.write('</body>')
popwin.document.write('</html>')
popwin.document.close()
}
function bgsalsac()
{
var bgcolorlist=new Array("#A27ED2", "#C876EA", "#D264A7", "#8CB29F", "#74B7B3", "#D8925A", "#91A4D4", "#77A6DB", "#6A6FD2")
document.getElementById('bgsalsac').style.background=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)]
}
