function visual(Param, w, h){
 document.write('<object id="setval" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + AWidth + '" height="' + AHeight + '">'
 + '<param name="movie" value="' + AMovie + '?PageNum='+PageNum+'&SubNum='+SubNum+'">'
 + '<param name="wmode" value="' + AWMode + '">'
 + '<embed src="' + AMovie + '?PageNum='+PageNum+'&SubNum='+SubNum+'" id="setval" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + AWidth + '" height="' + AHeight + '"></embed>'
 + '</object>');
}


function flash(Param, w, h){
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">');
    document.writeln('<param name="movie" value="'+Param+'">');
    document.writeln('<param name="quality" value="high">');
    document.writeln('<embed src="'+Param+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>');
    document.writeln('</object>');
}


function mov(Param, w, h){
	document.writeln('<OBJECT codeBase=http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0 height='+h+' width='+w+' classid=clsid:02 BF25D5-8C17-4B23-BC80-D3488ABDDC6B>');
    document.writeln('<embed autoplay="TRUE" border="0" cache="FALSE" controller="FALSE" height='+h+' href="'+Param+'"'); document.writeln('pluginspage="http://www.apple.com/quicktime/download/indext.html" src="'+Param+'" target="myself"'); 
	document.writeln('width="'+w+'"></embed></OBJECT>');
}


function main(Param, w, h){
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">');
    document.writeln('<param name="movie" value="'+Param+'">');
    document.writeln('<param name="quality" value="high">');
	document.writeln('<param name="wmode" value="transparent">');
	document.writeln('<embed src="'+Param+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" wmode="transparent"></embed>');
    document.writeln('</object>');
}

function index_visual(){
var sTag = ''
+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="540">'
+ '<param name="movie" value="../image/fla/main.swf">'
+ '<param name="quality" value="high">'
+ '<param name="wmode" value="transparent">'
+ '<embed src="../image/fla/main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="540"></embed>'
+ '</object>'
+ '';
document.write (sTag);
}

