//
//--------------------------------------------------
//  Active Content
//
var quicktime;	
function RunActiveContentQT(quicktime) {
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="240" HEIGHT="185" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<PARAM name="SRC" VALUE="'+ quicktime +'">');
document.write('<PARAM name="AUTOPLAY" VALUE="false">');
document.write('<PARAM name="CONTROLLER" VALUE="true">');
document.write('<PARAM name="bgcolor" VALUE="000000">');
document.write('<embed src="'+ quicktime +'" width="240" height="185"');
document.write('pluginspage="http://www.apple.com/quicktime/download" controller="true" AUTOPLAY="false" bgcolor="000000"></embed>');
document.write('</OBJECT>');
}

var image;	
var color;
function RunActiveContentFlash(image,color) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="800" height="600" id="backweb" align="middle">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="images/'+ image +'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="'+ color +'" />\n');
	document.write('<embed src="images/'+ image +'" quality="high" bgcolor="'+ color +'" width="800" height="600" name="backweb" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}

var image;	
var color;
function Flash(color,image) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="index" align="top">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="'+ image +'" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="'+ color +'" />\n');
	document.write('<param name="scale" value="noscale" />\n');
	document.write('<embed src="'+ image +'" menu="false" quality="high" scale="noscale" bgcolor="'+ color +'" width="100%" height="100%" name="index" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}

function FlashNavi(color,image) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="300" height="273" id="index" align="top">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="'+ image +'" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="'+ color +'" />\n');
	document.write('<param name="scale" value="noscale" />\n');
	document.write('<embed src="'+ image +'" menu="false" quality="high" scale="noscale" bgcolor="'+ color +'" width="300" height="273" name="index" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}

var image;	
function mainFlash(image) {
	
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="index" align="top">\n');
	document.write('<param name="movie" value="'+ image +'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="'+ image +'" wmode="transparent" quality="high" width="100%" height="100%" name="index" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}
function flvFlash(image) {
	
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="480" height="270" id="index" align="top">\n');
	document.write('<param name="movie" value="../../db_images/gallery/movies.swf?video='+ image +'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="000000" />\n');
	document.write('<embed src="../../db_images/gallery/movies.swf?video='+ image +'" bgcolor="000000"  quality="high" width="480" height="270" name="index" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}
//
//--------------------------------------------------