document.write('<DIV id=QuizBoard><OBJECT type="application/x-shockwave-flash" height="260" width="290" data="../../qb/media/qb_crd.swf" ');
document.write('flashvars=\'qb="0_qbIntroduction.swf"\'><param name="quality" value="high"><param name="movie" value="../../qb/media/qb_crd.swf"></OBJECT></DIV>');

function openqb(path){	IE = navigator.appName.indexOf("Microsoft") != -1;
	agt=navigator.userAgent.toLowerCase();
	SF = ((agt.indexOf('safari')!=-1)&&(agt.indexOf('mac')!=-1))?true:false;
	SFV = (SF)?parseFloat(agt.substring(agt.indexOf("applewebkit/")+12,agt.indexOf("applewebkit/")+15)):0;
if(!path){
		loc = document.location.toString()
		path = loc.substr(loc.indexOf("?")+1);
		path = unescape(path);
		}
	var qb = path.split("_");
	if (qb[1].substr(0,2) != 'qb') qb[1] = "qb"+qb[1];
	buildpath = escape(qb[1]);
	wide = 760;
	high = (SF&&self.screen.availHeight < 600)?self.screen.availHeight:600;
	var vert = (screen.height - high) / 2;
	var horiz = (screen.width - wide) / 2;

	var extras = 'height='+high+',width='+wide+',top='+vert+',left='+horiz+',scrollbars='+((self.screen.availHeight<600)?'yes':'no')+',toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no'+((IE&&self.screen.availHeight < 600)?',fullscreen=yes':'');


	qbwin = window.open('../../qb/media/introqb.html','',extras);
	}


