
function c1(juegosgo,a,b)
{
	document.write('<object id="FlashGame" classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,0,0,0" width="' + a + '" height="' + b + '">');
	document.write('<param name="src" value="' + juegosgo + '" />');
	document.write('<param name="swStretchStyle" value="fill" />');
	document.write('<embed src="' + juegosgo + '" pluginspage="http://www.macromedia.com/shockwave/download/" width="' + a + '" height="' + b + '"><'+'/embed>');
	document.write('</object>');
}

function c2(juegosgo,a,b)
{
	document.write('<object id="FlashGame" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="' + a + '" height="' + b + '">');
	document.write('<param name="movie" value="' + juegosgo + '" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="' + juegosgo + '" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + a + '" height="' + b + '" class="FlashGame"></embed>');
	document.write('</object>');
}
