<!--

function playSml()
{

	var top = (screen.height/2)-(322/2);
	var left = (screen.width/2)-(390/2);

SmlWin=window.open('','play','height=312,width=390,resizable=1, top=' + top + ', left=' + left);
	var tmp = SmlWin.document;
	tmp.write('<html>');
	tmp.write('<head>');
	
	
	
	tmp.write('<title>Mind Cards - Free Brain Game</title>');
	tmp.write('<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">');
	tmp.write('</head>');
	tmp.write('<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">');
	tmp.write('<center><span style="position:relative;top:0px">');
	tmp.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="Flash Game" width="100%" height="100%" id="game">');
	tmp.write('<PARAM NAME="allowScriptAccess" VALUE="always">');
	tmp.write('<PARAM NAME=wmode VALUE="opaque">');
	tmp.write('<param name="movie" value="http://brain-games.memory-improvement-tips.com/mind-cards/mindcards.swf">');
	tmp.write('<param name="quality" value="high">');
	tmp.write('<embed wmode=opaque src="http://brain-games.memory-improvement-tips.com/mind-cards/mindcards.swf" allowScriptAccess="always" width="100%" height="100%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="Flash Game"></embed>');
	tmp.write('</object>');
	tmp.write('</span></center>');
	tmp.write('</body>');
	tmp.write('</html>');
	tmp.close();
}

function playMed()
{

	var top = (screen.height/2)-(580/2);
	var left = (screen.width/2)-(600/2);

MedWin=window.open('','play','height=500,width=600,resizable=1, top=' + top + ', left=' + left);
	var tmp = MedWin.document;
	tmp.write('<html>');
	tmp.write('<head>');
	tmp.write('<title>Mind Cards - Free Brain Game</title>');
	tmp.write('<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">');
	tmp.write('</head>');
	tmp.write('<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">');
	tmp.write('<center><span style="position:relative;top:0px">');
	tmp.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="Flash Game" width="100%" height="100%" id="game">');
	tmp.write('<PARAM NAME="allowScriptAccess" VALUE="always">');
	tmp.write('<PARAM NAME=wmode VALUE="opaque">');
	tmp.write('<param name="movie" value="http://brain-games.memory-improvement-tips.com/mind-cards/mindcards.swf">');
	tmp.write('<param name="quality" value="high">');
	tmp.write('<embed wmode=opaque src="http://brain-games.memory-improvement-tips.com/mind-cards/mindcards.swf" allowScriptAccess="always" width="100%" height="100%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="Flash Game"></embed>');
	tmp.write('</object>');
	tmp.write('</span></center>');
	tmp.write('</body>');
	tmp.write('</html>');
	tmp.close();
}

function playLrg()
{

	var top = (screen.height/2)-(750/2);
	var left = (screen.width/2)-(900/2);

LrgWin=window.open('','play','height=720,width=900,resizable=1, top=' + top + ', left=' + left);
	var tmp = LrgWin.document;
	tmp.write('<html>');
	tmp.write('<head>');
	tmp.write('<title>Mind Cards - Free Brain Game</title>');
	tmp.write('<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">');
	tmp.write('</head>');
	tmp.write('<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">');
	tmp.write('<center><span style="position:relative;top:0px">');
	tmp.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="Flash Game" width="100%" height="100%" id="game">');
	tmp.write('<PARAM NAME="allowScriptAccess" VALUE="always">');
	tmp.write('<PARAM NAME=wmode VALUE="opaque">');
	tmp.write('<param name="movie" value="http://brain-games.memory-improvement-tips.com/mind-cards/mindcards.swf">');
	tmp.write('<param name="quality" value="high">');
	tmp.write('<embed wmode=opaque src="http://brain-games.memory-improvement-tips.com/mind-cards/mindcards.swf" allowScriptAccess="always" width="100%" height="100%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="Flash Game"></embed>');
	tmp.write('</object>');
	tmp.write('</span></center>');
	tmp.write('</body>');
	tmp.write('</html>');
	tmp.close();
}

var state = 'none';
function showHideEmbed() {
	if (state == 'block') {
		state = 'none';
	} else {
		state = 'block';
	}
	if (document.all) { //IS IE 4 or 5 (or 6 beta)
		eval( "document.all.embedDiv.style.display = state");
	}
	if (document.layers) { //IS NETSCAPE 4 or below
		document.layers.embedDiv.display = state;
	}
	if (document.getElementById &&!document.all) {
		hza = document.getElementById('embedDiv');
		hza.style.display = state;
	}
}


//-->
