function get_obj(val)
{
    var scalemode='noscale';
    if ((screen.width<1024) || (screen.height<768)) 
    {
        scalemode='showall';
    } 	
    AC_FL_RunContent(
	    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
	    'width', '100%',
	    'height', '100%',
	    'src', 'shell_091210',
	    'quality', 'high',
	    'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
	    'align', 'middle',
	    'play', 'true',
	    'loop', 'true',
	    'scale', scalemode,
	    'wmode', 'window',
	    'devicefont', 'false',
	    'id', 'shell_091210',
	    'bgcolor', '#ffffff',
	    'name', 'shell_091210',
	    'menu', 'true',
	    'allowFullScreen', 'false',
	    'allowScriptAccess','sameDomain',
	    'movie', 'shell_091210',
	    'salign', '',
	    'FlashVars', 'deeplink='+val
      );    
}