//  HTTP://WWW.YB88.ORG v1.2 JavaScript
//	Site Name: Flash Games
//	Site URI: http://Games.yb88.org
//	Description: Simple, nice.
//	Version: 1.2
//	Author: yb88.org
//	Author URI: http://www.yb88.org/
//	Tags: Flash, Flash Game, Game, widget ready




// ===============================================================================
function show_flash(src, height, width) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '">');
	document.write('<param name="movie" value="http://m.yb88.org/games/' + src + '.swf">');
	document.write('<param name="quality" value="high">');
//	document.write('<param name="wmode" value="opaque">');
	document.write('<embed src="http://m.yb88.org/games/' + src + '.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" menu="0" wmode="opaque"></embed>');
	document.write('</object>');
}

function show_shockwave(src, height, width) {
	document.write('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=7,0,2,0" width="' + width + '" height="' + height + '">');
	document.write('<param name="swRemote" value="swSaveEnabled=\'true\' swVolume=\'true\' swRestart=\'true\' swPausePlay=\'true\' swFastForward=\'true\' swContextMenu=\'true\'">');
	document.write('<param name="swStretchStyle" value="meet">');
	document.write('<param name="bgColor" value="#000000">');
	document.write('<param name="src" value="http://m.yb88.org/games/' + src + '.dcr">');
	document.write('<embed src="http://m.yb88.org/games/' + src + '.dcr" width="' + width + '" height="' + height + '" bgColor="#000000" swRemote="swSaveEnabled=\'true\' swVolume=\'true\' swRestart=\'true\' swPausePlay=\'true\' swFastForward=\'true\' swContextMenu=\'true\'" swStretchStyle="meet" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>');
	document.write('</object>');
}


function show_images( thumb, src ) {
	document.write('<img src="http://m.yb88.org/images/' + thumb + '.gif">');
}

function show_maximg( thumb, src ) {
	document.write('<img src="http://m.yb88.org/maximg/' + thumb + '.gif">');
}

//  games shwo loading =============================================
setTimeout("showswf();",10000);
function showswf(){
document.getElementById("swfdiv").style.display="block";
document.getElementById("loadimg").style.display="none";
}
