// site design and hosting by www.estesCreative.com


// Copyright date changer
<!--
today=new Date();
    y0=today.getFullYear();

var textArray = new Array();
var sm = "sm";

textArray[0] = "iCardiac Technologies, Inc. is a technologically differentiated cardiac core lab providing expert scientific consultation, end-to-end project management, statistical analysis and the industry’s most sophisticated FDA-accepted cardiac safety assessment methodologies. iCardiac’s analysis service provides drug developers with more precise and cost-effective methods for QT interval measurement, including our Highly Automated QT"+sm.sup()+", which has been validated by pharmaceutical companies and accepted by the FDA as equivalent to the manual evaluation of ECGs in Thorough QT studies. ";
textArray[1] = "In addition, iCardiac provides Dynamic QTbtb"+sm.sup()+", a suite of advanced ECG-based cardiac safety markers that have been accepted as secondary end-points by the regulators, and deliver a more accurate assessment of the cardiac safety profile of drugs in development. iCardiac’s COMPAS technology has been used for over a decade in cardiac clinical trials conducted for and by leading large and medium sized pharmaceutical, biotechnology, and medical device companies. ";


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

// checkrequired

function checkrequired(which){
var pass=true
if (document.images){
for (i=0;i<which.length;i++){
var tempobj=which.elements[i]
if (tempobj.name.substring(0,8)=="required"){
if (((tempobj.type=="text"||tempobj.type=="textarea")&&tempobj.value=='')||(tempobj.type.toString().charAt(0)=="s"&&tempobj.selectedIndex==-1)){
pass=false
break
}
}
}
}
if (!pass){
alert("One or more of the required elements are not completed. Please complete them, then submit again!")
return false
}
else
return true
}

function changeText( value )
{
	if(value == 1)
	{
		
		document.getElementById('icDescription').innerHTML = "";
		document.getElementById('icDescription').innerHTML = textArray[1];	
		
		var aLink = document.createElement('a');
		//var href = document.createElement('href');
		aLink.setAttribute('href', 'javascript:void(0)');
		var linkText = document.createTextNode('...Back');
        
        if (document.attachEvent) {
			aLink.setAttribute('onclick', function() { changeText(2) });
        }
        else {
        	aLink.setAttribute('onclick', 'javascript:changeText(2)');
        }

		aLink.appendChild(linkText);
		document.getElementById('icDescription').appendChild(aLink);
			

	}
	
	if(value == 2)
	{
		
		document.getElementById('icDescription').innerHTML = "";
		document.getElementById('icDescription').innerHTML = textArray[0];	
		
		var aLink = document.createElement('a');
		aLink.setAttribute('href', 'javascript:void(0)');
		var linkText = document.createTextNode('...More');
        
        if (document.attachEvent) {
			aLink.setAttribute('onclick', function() { changeText(1) });
        }
        else {
        	aLink.setAttribute('onclick', 'javascript:changeText(1)');
        }

		aLink.appendChild(linkText);
		document.getElementById('icDescription').appendChild(aLink);
	}
}


// 