// JavaScript Document

function loadtheflashmain(c,a,b) {
	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="'+a+'" height="'+b+'">');
	document.write('<param name="movie" value="'+c+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<PARAM NAME="wmode" VALUE="transparent">');
	document.write('<embed src="'+c+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+a+'" height="'+b+'" wmode="transparent" style="z-index:0;"></embed>');
	document.write('</object>');
}

function loadtheflashgallery(c,a,b,country,no) {
	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="'+a+'" height="'+b+'">');
	document.write('<param name="movie" value="'+c+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<PARAM NAME="wmode" VALUE="transparent">');
	document.write('<embed src="'+c+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+a+'" height="'+b+'" wmode="transparent" style="z-index:0;"></embed>');
	document.write('</object>');
}