// JavaScript Document

function showGlance(str1, str2, str3, str4)	{
			var inx;
			//alert("hi");
			document.getElementById(str1).style.display = "inline";
			document.getElementById(str2).style.display = "none";
			str3.style.color="#FFDE00";
			document.getElementById(str4).style.color = "#ffffff";	
	}
	
function showOutline(str1, str2, str3, str4)	{
			var inx;
			//alert("hi");
			document.getElementById(str2).style.display = "inline";
			document.getElementById(str1).style.display = "none";
			str3.style.color="#FFDE00";
			document.getElementById(str4).style.color = "#ffffff";	
	}
	
function showDesc(str1)
	{
		var str2
		str2 = document.getElementById(str1);
		if(str2.style.display=='none')
			{
				str2.style.display='inline';
				}
			else
			{
				str2.style.display='none';
			}

	}
	
function popUp(URL) 
					{
					
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=500,left = 150,top = 100');");
					}

function popUpfaq(URL) 
					{
					
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=200,left = 150,top = 100');");
					}// JavaScript Document

function showGlance(str1, str2, str3, str4)	{
			var inx;
			//alert("hi");
			document.getElementById(str1).style.display = "inline";
			document.getElementById(str2).style.display = "none";
			str3.style.color="#FFDE00";
			document.getElementById(str4).style.color = "#ffffff";	
	}
	
function showOutline(str1, str2, str3, str4)	{
			var inx;
			//alert("hi");
			document.getElementById(str2).style.display = "inline";
			document.getElementById(str1).style.display = "none";
			str3.style.color="#FFDE00";
			document.getElementById(str4).style.color = "#ffffff";	
	}
	
function showDesc(str1)
	{
		var str2
		str2 = document.getElementById(str1);
		if(str2.style.display=='none')
			{
				str2.style.display='inline';
				}
			else
			{
				str2.style.display='none';
			}

	}
	
function popUp(URL) 
					{
					
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=500,left = 150,top = 100');");
					}

function popUpfaq(URL) 
					{
					
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=200,left = 150,top = 100');");
					}