function showGlove(title, gloveType, lang)
{
    flashTag = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' width='510' ";
		        flashTag += "height='122' ";
		        flashTag += "id='flashGlove'>";
		        flashTag += "<param name='movie' value='/includes/flash/ansell.swf?title=" + title + "&glove=" + gloveType + "&Lang=" + lang +  "&ShowPrintButton=1' />";
		        flashTag += "<param name='wmode' value='opaque' />";
		        flashTag += "<embed src='/includes/flash/ansell.swf?title=" + title + "&glove=" + gloveType + "&Lang=" + lang + "&ShowPrintButton=1' width='510' height='122' name='flashGlove' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object>";
		        
		        //document.getElementById("flashGlove").innerHTML = flashTag;
                document.write(flashTag);
}
