//Script For Whats New Section

		     var scrollerwidth="320px"
		     var scrollerheight="160px"
		     var scrollerspeed=1
	   	     var scrollercontent='<font color="#3272B2" size="2px"><A href="Transfer/PROMOTION ORDER.pdf">Promotion & Transfer Orders DETC<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="ScrutinyCases/2010-11/ScrutinyIndex2010-11.html">Scrutiny Cases on Random Basis for Financial Year 2010-11<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/result.pdf">Result of Departmental Examination<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/LegalNotice/VatLegalNoticesIndex.html"> Legal Notice regarding revision of Lumpsum rates of BKO <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="Circulars/Instructions CST3225.pdf"> Instructions regarding issuance of various statutory forms under CST Act ,1956<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/circular.pdf"> Selection of cases for scrutiny assessment for the assessment year 2010-11<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="MMPCT/PUBLIC_NOTICE_11.11.11.pdf"> Public notice regading clarification of meeting held on 08-11-11<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="MMPCT/PublicnoticeMMPCTextension.pdf"> Public notice for extension of last date for submission of bids <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="MMPCT/COMF.pdf"> Common Operations & Management Framework Document<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="MMPCT/SICoringendum.html"> RFP CLARIFICATIONS & CORRIGENDUM <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/Amendments/notif no 22 of 2011.pdf"> Regarding Amendment in HVAT Act,2003(17 of 2011)No Leg 22/2011<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="MMPCT/templates.zip"> Templates for Preparing Bids<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="Posting/ETO new apointee.pdf"> New Appointee ETO order<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="Posting/AETO new appointee.pdf"> New Appointee AETO order<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="Posting/ETO prom order.pdf"> ETO Promotion order<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="Posting/AETO prom order.pdf"> AETO Promotion order<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="Posting/Supdt prom order.pdf"> Promotion Order of Smt. Usha Rani<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/RFP-Selection of a SI.pdf"> RFP-Selection of a System Integrator<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="legal/HARYANA STATE LITIGATION POLICY.pdf"> Haryana State Litigation Policy <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="ACR/ACR.html">Revised ACR Performas of Departmental Officers <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="ScrutinyCases/2009-10/ScrutinyIndex2009-10.html">Randomanly Selected Scrutiny Cases 2009-10 <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/VAT_Rules_Notifications.htm">Regarding VAT exemption on all goods sold by CPC to the Ex-central police force personnel <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/Notifications/so106Eng.pdf">Notification regarding reduction of VAT on CNG and PNG<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR></font>'

		     var pauseit=1
		     scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1for NS
		     var copyspeed=scrollerspeed
		     var iedom=document.all||document.getElementById
         	     var actualheight=''
		     var cross_scroller, ns_scroller
		     var pausespeed=(pauseit==0)? copyspeed: 0
			
		     function populate()
		     {
		      if (iedom)
		      {
                       cross_scroller=document.getElementById? document.getElementById("iescroller") :document.all.iescroller

		       cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
		       cross_scroller.innerHTML=scrollercontent
	               actualheight=cross_scroller.offsetHeight
		      }
		      else if (document.layers)
                      {
                       ns_scroller=document.ns_scroller.document.ns_scroller2
                       ns_scroller.top=parseInt(scrollerheight)+8
                       ns_scroller.document.write(scrollercontent)
		       ns_scroller.document.close()
		       actualheight=ns_scroller.document.height
		      }
		      lefttime=setInterval("scrollscroller()",40)
   	             }

    		     
   	
  	             function scrollscroller()
                     {
   	              if (iedom)
                      {
 		       if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
		        cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
		       else
                        cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
                      }
		      else if (document.layers)
                      {
		       if (ns_scroller.top>(actualheight*(-1)+8))
	                ns_scroller.top-=copyspeed
		       else
		        ns_scroller.top=parseInt(scrollerheight)+8
                      }		
	             }
						
		     if (iedom||document.layers)
		     {
		      with (document)
		      {
		       if (iedom)
                       {
                        write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
   		        write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
                        write('</div></div>')
                       }
		       else if (document.layers)
                       {
                        write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
			write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
		        write('</ilayer>')
		       }
		      }								
                     }

