<!--

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>Grid 16 - 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('<iframe src="http://www.memory-improvement-tips.com/support-files/grid16.swf" frameborder="0" style="border:none;" width="100%" height="100%" scrolling="no"></iframe>');

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>Grid 16 - 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('<iframe src="http://www.memory-improvement-tips.com/support-files/grid16.swf" frameborder="0" style="border:none;" width="100%" height="100%" scrolling="no"></iframe>');

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>Grid 16 - 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('<iframe src="http://www.memory-improvement-tips.com/support-files/grid16.swf" frameborder="0" style="border:none;" width="100%" height="100%" scrolling="no"></iframe>');
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;
	}
}


//-->
