// JavaScript Document

function cpu(str)

{
	if (str.value=="others")
	{
		
		document.getElementById('ucpu1').style.visibility="visible";
		
		return true;
		}
		else
		{
		
		document.getElementById('ucpu1').style.visibility="hidden";
		return true;
		}
			
}

function ram(str)

{
	if (str.value=="others")
	{
		
		document.getElementById('ucrm1').style.visibility="visible";
		
		return true;
		}
		else
		{
		
		document.getElementById('ucrm1').style.visibility="hidden";
		return true;
		}
			
}

function storage(str)

{
	if (str.value=="others")
	{
		
		document.getElementById('ucst1').style.visibility="visible";
		
		return true;
		}
		else
		{
		
		document.getElementById('ucst1').style.visibility="hidden";
		return true;
		}
		
}

function anti(str)

{
	if (str.value=="others")
	{
		
		document.getElementById('ucan1').style.visibility="visible";
		
		return true;
		}
		else
		{
		
		document.getElementById('ucan1').style.visibility="hidden";
		return true;
		}
	
	
	
}
function server(str)

{
	if (str.value=="others")
	{
		
		document.getElementById('ucdb1').style.visibility="visible";
		
		return true;
		}
		else
		{
		
		document.getElementById('ucdb1').style.visibility="hidden";
		return true;
		}
	
		
}
function os(str)
{
	if (str.value=="others")
	{
		
		document.getElementById('ucos1').style.visibility="visible";
		
		return true;
		}
		else
		{
		
		document.getElementById('ucos1').style.visibility="hidden";
		return true;
		}
			
	}





