	
	var myWindow = null ;
	function FireWindow(input)  
	{ 
	    if (myWindow)
	        myWindow.close();
	    //if (window.showModalDialog) 
	    //    myWindow = window.showModalDialog(input,'tinyWindow','modal=yes,dependent=yes,dialog=yes,top=200;width=500,height=300,toolbar=no,directories=no,resizable=yes');  
       // else 
	        myWindow = window.open(input,'tinyWindow','modal=yes,dependent=yes,dialog=yes,top=100;width=800,height=500,toolbar=no,directories=no,resizable=no');  
  	} 
	 
    function AnimateMe()
	{
	    if (!document.images)
	        return;
    	//document.images.WorkflowImage.style.filter="blendTrans(duration=2)"
        //document.images.WorkflowImage.style.filter="blendTrans(duration=crossFadeDuration)"
        //document.images.WorkflowImage.filters.blendTrans.Apply()  
		if ((screen.height <= 768) & (Count == 0)) 
			window.scrollTo(0,90);
		if( ++Count > 5)
			Count = 1
		var WorkflowImage = document.images.WorkflowImage
			
		WorkflowImage.src =   Images[Count].src;
		window.setTimeout("AnimateMe()",Interval,"JavaScript")
	}
	function CheckTerms()
	{
		alert(input);
		obj = document.getElementById("chkTermsAndConditions");
		if (obj.checked == true)
			return true;
		else
			return false
	}
	function SendEMail_Click()
	{
		//alert("Registered users can access all their e-mail for future access. \n Please click 'My E-Mails' to access your e-mail(s) sent/received through www.composetamil.com. ");
		alert("Please click 'My E-Mails' to access your e-mail(s) sent/received through www.composetamil.com. ");
	}