function cf_h(flashsrc,flashwidth,flashheight,flashlink,br){
	if (flashwidth != "100%")
	{
		var tbWidth = parseInt(flashwidth);
	}
	else
	{
		var tbWidth =flashwidth;
	}
	document.write("<table width="+tbWidth+" height="+flashheight+" border=0 cellpadding=0 cellspacing=0>");
	document.write("<tr><td>");
	document.write("<div style=\" margin-top:-50px\">");
	document.write("<embed style=\"position:absolute;z-index:0\" src="+flashsrc+" quality=\"high\" width="+flashwidth+" height="+flashheight+" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" wmode=\"opaque\"></embed>");
	document.write("</div>");
	document.write("</td></tr></table>");
	if (br=="1") {
	//document.write("<br>");
	}
}

function cf1_h(flashsrc,flashwidth,flashheight,br){
	if (flashwidth != "100%")
	{
		var tbWidth = parseInt(flashwidth);
	}
	else
	{
		var tbWidth =flashwidth;
	}
	document.write("<table width="+tbWidth+" height="+flashheight+" border=0 cellpadding=0 cellspacing=0>");
	document.write("<tr><td>");
	document.write("<embed src=\""+flashsrc+"\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width="+flashwidth+" height="+flashheight+" align=center wmode=\"opaque\"></embed>");
	document.write("</td></tr></table>");
	if (br=="1") {
	//document.write("<br>");
	}
}