function ff190(vL1286, vL1287, vL1288  ) {
    
    if(!vL1288 ) 			{
		if( vL1287 ) 	{ 	vL1288 = vL1287.document; 	}
		else 			{ 	vL1288 = window.document; 	}
	}
    if( vL1288[vL1286] ) 										{ 	return  vL1288[vL1286]; 				}
    if(vL1288.all  && vL1288.all[vL1286]) 						{ 	return  vL1288.all[vL1286]; 			}
    if(vL1288.getElementById  && vL1288.getElementById(vL1286)) 	{ 	return  vL1288.getElementById(vL1286); 	}
    for( var vL1289 = 0; vL1289 < vL1288.forms.length; vL1289++ ) 			{
        if(vL1288.forms[vL1289][vL1286]) 							{ 	return  vL1288.forms[vL1289][vL1286]; 		}
	}
    for( var vL1289 = 0; vL1289 < vL1288.anchors.length; vL1289++ ) 			{
        if( vL1288.anchors[vL1289].name  == vL1286 ) 				{  	return  vL1288.anchors[vL1289]; 			}
	}
    for( var vL1289 = 0; document.layers  && vL1289 < vL1288.layers.length; vL1289++ ) 	{
        var vL1290 = ff190( vL1286, null, vL1288.layers[vL1289].document    );
        if( vL1290 ) 										{ 	return  vL1290; 						}
	}
    if(!vL1287 && window[vL1286] ) 	{ return  window[vL1286]; }
    if(vL1287 && vL1287[vL1286] ) 	{ return  vL1287[vL1286]; }
    for( var vL1289 = 0; vL1287 && vL1287.frames  && vL1289 < vL1287.frames.length; vL1289++ ) 	{
        var vL1290 = ff190(vL1286, vL1287.frames[vL1289],vL1287.frames[vL1289].document    );
		if( vL1290 ) 										{ 	return  vL1290; 						}
	}
    return null;
}
var vG99 = null;
function ff191(vL1291, vL1292, vL1293, vL1294){
	vG99 = ff190(vL1292, vL1293, vL1294);
	if(!vG99) 		{ 	window.alert('Could  not  find  object/layer  ('+vL1292+'). Aborting    show/hide    operation...');	return    false;	}
	if( vG99.style  ) 	{ vG99 = vG99.style; }
	if(vL1291 == 0)		{	vG99.visibility    = 'hidden';	}
	else if(vL1291 == 1)	{	vG99.visibility    = 'visible';	}
	return true;
}
function ff192(vL1295, vL1296){
	if( vL1296.style  ) 	{ vL1296 = vL1296.style; }
	if(vL1295 == 0)		{	vL1296.visibility  = 'hidden';	}
	else if(vL1295 == 1)	{	vL1296.visibility  = 'visible';	}
	return true;
}
function ff96(vL1297, vL1298){
	if(vL1297==null)	{	return;	}
	if(typeof(vL1297.innerHTML) != 'undefined'){
		vL1297.innerHTML = vL1298;
	}
	else {
		if(vL1297.document  != window.document) {
			vL1297.document.open();
    		vL1297.document.write(vL1298);
	    	vL1297.document.close();
		}
		else {
			if(window.frames && window.frames.length && window.frames[oFrame] ) {
	      		vL1297 = window.frames[oFrame].window;
	      		vL1297.document.open();
	     		vL1297.document.write(vL1298);
	     		vL1297.document.close();
		    }
		}
	}
	return true;
}
function ff94(vL1299, vL1300, vL1301, vL1302){
	vG99 = ff190(vL1300, vL1301, vL1302);
	if(!vG99) 		{ 	window.alert('Could  not  find  object/layer  ('+vL1300+'). Aborting    change    of    display-style    operation...');	return    false;	}
	if( vG99.style  ) 	{ vG99 = vG99.style; }
	switch(vL1299)	{
		case ''			:
		case 'none'		:
		case 'block'	:
		case 'inline'	: vG99.display  = vL1299;
						  break;
		default			: return false;
	}
	return true;
}
