<!--//

function factsheet() {
var n=open('factsheet.pdf','factsheet','width=800,height=600,status=no,menubar=no,scrollable=yes,resizable=yes');
}


//-->

<!--
function ddclick(obj)
 {
 //if document.Form1.elements["cc_type"].value == "FALSE"
 if (obj.value!= "" )
  {
	var visalink;			
	//visalink = "/visaselection123.asp?VisaIndex=" + obj.selectedIndex;
	visalink = "/client/visaselection.aspx?Visa=" + obj.value;
    window.location.href= visalink;
  }
  
 
 }
 //-->
 
<!--

function allowsFormsOnlyProcessing()
{
	var allowsFormsOnly;
	var serviceName = document.dropdownForm.list1.options[document.dropdownForm.list1.selectedIndex].text;

	allowsFormsOnly = !( ((serviceName.indexOf("Travel")>=0) &&
						  (serviceName.indexOf("Work")>=0) &&
						  (serviceName.indexOf("Green Card")>=0))
					    ||
						 ((serviceName.indexOf("H-1B")>=0) &&
						  (serviceName.indexOf("Green Card")>=0)) );

	if (!(allowsFormsOnly))
	{
		alert("The visa you selected does not allow CISFastForms processing.  Please continue by selecting the FullService option for this visa or by selecting a new visa type.");
		return false;
	}
	return true;
}

// This function is user to display an alert message in case if the user tries to create a case under a division that is inactive
// The function accepts the division account number as a paramenter.

// Extentia - End
//-->

