<!--

function playSml()
{
SmlWin=window.open('','play','height=312,width=390,resizable=1');
	var tmp = SmlWin.document;
	tmp.write('<html>');
	tmp.write('<head>');

	tmp.write('<title>Butterfly Word Search - 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>');

	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="Flash Game">');
tmp.write('<PARAM NAME=wmode VALUE="opaque">');
	tmp.write('	    <param name="movie" value="http://www.memory-improvement-tips.com/support-files/subtanwordsearchfile.swf?xmlFile=http://www.memory-improvement-tips.com/support-files/ws-butterflywordsearch.xml">');


	tmp.write('		<embed wmode=opaque src="http://www.memory-improvement-tips.com/support-files/subtanwordsearchfile.swf?xmlFile=http://www.memory-improvement-tips.com/support-files/ws-butterflywordsearch.xml" width="100%" height="100%" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="Flash Game"></embed>');
	tmp.write('	</object>');

tmp.write('</center>');

	tmp.write('</body>');
	tmp.write('</html>');
	tmp.close();
}
function playMed()
{
MedWin=window.open('','play','height=480,width=600,resizable=1');
	var tmp = MedWin.document;
	tmp.write('<html>');
	tmp.write('<head>');
	tmp.write('<title>Butterfly Word Search - 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>');

	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="Flash Game">');
tmp.write('<PARAM NAME=wmode VALUE="opaque">');
	tmp.write('	    <param name="movie" value="http://www.memory-improvement-tips.com/support-files/subtanwordsearchfile.swf?xmlFile=http://www.memory-improvement-tips.com/support-files/ws-butterflywordsearch.xml">');
	tmp.write('		<param name="quality" value="high">');
	tmp.write('		<embed wmode=opaque src="http://www.memory-improvement-tips.com/support-files/subtanwordsearchfile.swf?xmlFile=http://www.memory-improvement-tips.com/support-files/ws-butterflywordsearch.xml" 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('</center>');

	tmp.write('</body>');
	tmp.write('</html>');
	tmp.close();
}
function playLrg()
{
LrgWin=window.open('','play','height=720,width=900,resizable=1');
	var tmp = LrgWin.document;
	tmp.write('<html>');
	tmp.write('<head>');
	tmp.write('<title>Butterfly Word Search - 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>');

	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="Flash Game">');
	tmp.write('	    <param name="movie" value="http://www.memory-improvement-tips.com/support-files/subtanwordsearchfile.swf?xmlFile=http://www.memory-improvement-tips.com/support-files/ws-butterflywordsearch.xml">');
tmp.write('<PARAM NAME=wmode VALUE="opaque">');
	tmp.write('		<param name="quality" value="high">');
	tmp.write('		<embed wmode=opaque src="http://www.memory-improvement-tips.com/support-files/subtanwordsearchfile.swf?xmlFile=http://www.memory-improvement-tips.com/support-files/ws-butterflywordsearch.xml" 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('</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;
	}
}

//-->
