function showpopup1(sa)
{
	address="left=220,top=288,height=480,width=560,status=no,toolbar=no,menubar=no,location=no";
	window.open(sa,"newwin",address)

}

function show_copyright(sa)
{
	address="left=272,top=488,height=80,width=460,status=no,toolbar=no,menubar=no,location=no";
	window.open(sa,"newwin",address)

}
function CheckForm ()
{ 

	if (document.frmEnquiry.txtName.value == ""){document.getElementById("show").innerHTML="Enter your Name";document.frmEnquiry.txtName.focus();return false;}

	if (document.frmEnquiry.txtTitle.value == ""){document.getElementById("show").innerHTML="Enter  Company Name";document.frmEnquiry.txtTitle.focus();return false;}
		
	if (document.frmEnquiry.txtAddr.value == ""){document.getElementById("show").innerHTML="Enter your Address";document.frmEnquiry.txtAddr.focus();return false;}	

	if (document.frmEnquiry.txtCity.value == ""){document.getElementById("show").innerHTML="Enter City";document.frmEnquiry.txtCity.focus();return false;}
	if (document.frmEnquiry.txtPhone.value == "" || document.frmEnquiry.txtPhone.value != ""  ) 
	{if(isNaN(document.frmEnquiry.txtPhone.value) || document.frmEnquiry.txtPhone.value == ""){document.getElementById("show").innerHTML="Enter Contact No";document.frmEnquiry.txtPhone.focus();return false;}}
	if ((document.frmEnquiry.txtEmail.value == "") || (document.frmEnquiry.txtEmail.value.length > 0 && (document.frmEnquiry.txtEmail.value.indexOf("@",0) == - 1 || document.frmEnquiry.txtEmail.value.indexOf(".",0) == - 1))){document.getElementById("show").innerHTML="Enter your valid e-mail address";document.frmEnquiry.txtEmail.focus();return false;}
	
	if (document.frmEnquiry.txtComments.value == ""){document.getElementById("show").innerHTML="Enter Query Description";document.frmEnquiry.txtComments.focus();return false;}

	
	return true
}



function show_Image(sa)
{
	address="left=250,top=250,height=440,width=510,status=no,toolbar=no,menubar=no,location=no";
	window.open(sa,"newwin",address)

}

function show_ImageICon(sa)
{
	address="left=200,top=200,height=460,width=400,status=no,toolbar=no,menubar=no,location=no";
	window.open(sa,"newwin",address)

}

function ShowHide(elmnt,c1)
{ 
	for(i=1;i<=3;i++)
	{
		document.getElementById("id"+i).style.display="none"
		document.getElementById("color"+i).style.color="#A75E23"
	}
	document.getElementById(c1).style.color="red" 
	document.getElementById(elmnt).style.display="block"	
	
	//fnreportstoolsifrm();
//wt_1.src="../../images/en/wt_1.gif"
}

function ShowHide1(elmnt,c1)
{ 
	for(i=1;i<=2;i++)
	{
		document.getElementById("id"+i).style.display="none"
		document.getElementById("color"+i).style.color="#A75E23"
	}
	document.getElementById(c1).style.color="red" 
	document.getElementById(elmnt).style.display="block"
	
	//fnreportstoolsifrm();

//wt_1.src="../../images/en/wt_1.gif"
}

function show_Imagesa(sa)
{
	address="left=250,top=250,height=540,width=680,status=no,toolbar=no,menubar=no,location=no";
	window.open(sa,"newwin",address)

}

function show_ImagePayload(sa)
{
	address="left=300,top=250,height=320,width=420,status=no,toolbar=no,menubar=no,location=no";
	window.open(sa,"newwin",address)

}

function show_ImageMeet(sa)
{
	address="left=180,top=120,height=520,width=720,status=no,toolbar=no,menubar=no,location=no";
	window.open(sa,"newwin",address)

}
function show_ImageMeet1(sa)
{
	 window.open (sa,"mywindow","left=180,top=120,location=0,status=0,scrollbars=1,width=400,height=2000");
}

function show_ImageMeet2(sa)
{
	 window.open (sa,"mywindow","left=180,top=120,location=0,status=0,scrollbars=1,width=400,height=1000");
}

function show_ImageMeet3(sa)
{
	 window.open (sa,"mywindow","left=180,top=120,location=0,status=0,scrollbars=1,width=420,height=520");
}
function show_ImageMeet4(sa)
{
	 window.open (sa,"mywindow","left=180,top=120,location=0,status=0,scrollbars=1,width=620,height=520");
}


// show-hide functions

function ShowLLRI(choice)
{
	ClosedLLRI()
   	document.getElementById(choice).style.display = 'block';
    
}

function ClosedLLRI()
{

	document.getElementById('01').style.display = 'none';
	document.getElementById('02').style.display = 'none';
	document.getElementById('03').style.display = 'none';
	document.getElementById('04').style.display = 'none';
	document.getElementById('05').style.display = 'none';
}



function ShowC1XS(choice)
{
	ClosedC1XS()
   	document.getElementById(choice).style.display = 'block';
    
}

function ClosedC1XS()
{

	document.getElementById('01').style.display = 'none';
	
}
