document.write('<script type="text/javascript" id="ct" defer="defer" src="javascript:void(0)"><\/script>');var ct=document.getElementById("ct");ct.onreadystatechange=function(){pngfix()};pngfix=function(){var els=document.getElementsByTagName('*'),ip=/\.png/i,al="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='",i=els.length,uels=new Array(),c=0;while(i-->0){if(els[i].className.match(/unitPng/)){uels[c]=els[i];c++;}}if(uels.length==0)pfx(els);else pfx(uels);function pfx(els){i=els.length;while(i-->0){var el=els[i],es=el.style,elc=el.currentStyle,elb=elc.backgroundImage;if(el.src&&el.src.match(ip)&&!es.filter){es.height=el.height;es.width=el.width;es.filter=al+el.src+"',sizingMethod='crop')";el.src=clear;}else{if(elb.match(ip)){var path=elb.split('"'),rep=(elc.backgroundRepeat=='no-repeat')?'crop':'scale',elkids=el.getElementsByTagName('*'),j=elkids.length;es.filter=al+path[1]+"',sizingMethod='"+rep+"')";es.height=el.clientHeight+'px';es.backgroundImage='none';if(j!=0){if(elc.position!="absolute")es.position='static';while(j-->0)if(!elkids[j].style.position)elkids[j].style.position="relative";}}}}};};

function demo_window(){
        window.open("/demo/flash_inspector.html","_blank","height=295, width=400, menubar=0, resizable=0, scrollbars=0, status=1,titlebar=1,toolbar=0,left=200,top=100")
}

function teendemo_window(){
        window.open("/teendemo/flash_inspector.html","_blank","height=242, width=374, menubar=0, resizable=0, scrollbars=0, status=1,titlebar=1,toolbar=0,left=200,top=100")
}


function changeState(){
        stateName=document.F_SELECTSTATE.STATE.value;
        if(stateName !=''){
                top.location.href='/'+stateName;
 	}else{
		alert("Please select the state");
		return;
	}
}

function Set_Cookie( name, value, expires, path, domain, secure )
{
    var expire      = new Date();
    expire.setTime(expire.getTime() + 86400000);              // 1 day from now
    document.cookie = name+" = "+value+"; expires= " + expire.toGMTString() + "; domain =.mycitation.com ; path=/";
}

function Delete_Cookie( name, value, expires, path, domain, secure )
{
    var expire      = new Date();
    expire.setTime(expire.getTime() + -1);              //Deleting the cookie
    document.cookie = name+" = "+value+"; domain=.mycitation.com; path=/; expires= " + expire.toGMTString();
}

function moreinfo(url,w,h) {
        udwin = window.open(url,"WIN","width="+w+",height="+h+",resize=no,scrollbars=yes");
}

function help_window(url){
         window.open(url,"WIN","height=350, width=550, menubar=0, resizable=0, scrollbars=0, status=1,titlebar=1,toolbar=0,left=200,top=100")
}
function monitorClick(e){
	var evt = (e)?e:event;
	var theElem = (evt.srcElement)?evt.srcElement:evt.target;
	while(theElem!=null){
		if((theElem.id == "hideDiv" || theElem.id=="dirImg")) {
			document.getElementById('hideDiv').style.display = 'block';
			return true;
		}
		theElem = theElem.offsetParent;
	}
	document.getElementById('hideDiv').style.display = 'none';
	return true;
} 
 
 
document.onclick = monitorClick;



function showHide(divID, imgID){
	if (document.getElementById(divID).style.display == "none") {
		document.getElementById(divID).style.display = "block";
		document.getElementById(imgID).src = "/newsite/images/newsales/student-login.gif";
	} else {
		document.getElementById(divID).style.display = "none";
		document.getElementById(imgID).src = "/newsite/images/newsales/student-login.gif";
	}
}

