var randomNum = Math.random();
randomNum = randomNum*1000;
function writeFlash(src,w,h,id,a,b){
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width=\""+w+"\" height=\""+h+"\" class=\""+id+"\">");
	document.write("<param name=\"movie\" value=\"images/"+src+".swf?ra="+randomNum+"\" />");
	document.write("<param name=\"menu\" value=\"false\" />");
	document.write("<param name=\"quality\" value=\"high\" />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("<param name='flashvars' value='a="+a+"&b="+b+"&c="+w+"'>");
	document.write("<param name=\"bgcolor\" value=\"#000000\" />");
	document.write("<embed src=\"images/"+src+".swf?ra="+randomNum+"\" quality=\"high\" bgcolor=\"#000000\" width=\""+w+"\" height=\""+h+"\" name=\""+id+"\" menu=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" wmode=\"transparent\" flashvars=\"a="+a+"&b="+b+"&c="+w+"\"></embed></object>");
}

navText = new Array("Home","About Us","Product","Features","News/Events","Testimonials","Big Beaver Movies","Schedule Live Demo","Contact Us");
navLink = new Array("http://www.bigbeaverretreever.net/","about.php","product.php","features.php","news.php","testimonials.php","login.php","demo.php","contact.php");
navW = new Array(70,100,100,100,100,100,130,130,100);

function opSale(s,w,h){
	saleWin = window.open(s,'winSale','width='+w+',height='+h);
	saleWin.focus();
}
function opWin(t,n){
	galWin = window.open('gallery.php?type='+t+'&num='+n,'winGall','width=600,height=450');
}

