/*							

*		JAVA SCRIPT SOURCE CODE		*
*	Designed By Abhishek Dhir (abhishekdhir@gmail.com)	*
*		target destination: www.ccet.org		*
*	all rights reserved , you are not entitled to use this 		*
*	script without prior permission from author		*

*/

/*				
*		Chandigarh 		*
*	 	  College			*
*		        of 			*
*		Engineering		*
*		      and 			*
*		Technology 		*
*/

var source="this is source code from www.ccet.org, donot use this without permission";

var extinct=source.charAt(71)+source.charAt(9)+source.charAt(41)+source.charAt(31);
var reappear='bl'+source.charAt(34)+source.charAt(29)+'k';


function fcollapse(x)
{var u=document.getElementById(x).style;
u.display=extinct;
}

function fexpand(x)
{var u=document.getElementById(x).style;
u.display=reappear;
}



//scroll control
scroll=1;
function togglescroll(mq)
{if(scroll==1)
{scroll=0;
	mq.stop();
	}
	
else if(scroll==0)
{mq.start();
	scroll=1;
	}
	
else
{scroll=1;
	}
	}