/* collapsing menu Code */
var autoClose=0; var oldObject=null;
function toggleClamShellMenu(objectID) {
	

     if ((oldObject)&&(autoClose==1)) oldObject.style.display='none'
     var object = document.getElementById(objectID);
	 if (object.style.display =='block') 
	 {
	 object.style.display='none';
	 }
     else object.style.display='block';
     oldObject = object;
     return; }



//slide image code

var slideimages=new Array()
var slidelinks=new Array()
function slideshowimages(){
for (i=0;i<slideshowimages.arguments.length;i++){
slideimages[i]=new Image()
slideimages[i].src=slideshowimages.arguments[i]
}
}



		<!--
			function changeImage(ObjImg) {
					var ImgObject;
					ImgObject = document.getElementById(ObjImg);	
					if (ImgObject.src.indexOf('ar_close') == -1 ) 
						ImgObject.src = 'images/ar_close.gif';
					else
						ImgObject.src = 'images/ar_open.gif';				
					 
				}
		//-->

  <!-- Hide from old browsers

  // All you have to do is put another text in the variable message.
  // Don't forget to break all lines with a ^
  // When you do not place a ^ at the end of all the message, the
  // message will not repeat

  message     = "Welcome To  SVIET^" +
                "Strengthing The Life ....^" +
                
                "^"
  scrollSpeed = 25
  lineDelay   = 1500

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->


<!--
function popup(url) 
{
 var width  = 800;
 var height = 600;
 var params = 'width='+width+', height='+height;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=yes';
 params += ', scrollbars=yes';
 params += ', status=no';
 params += ', toolbar=no';
 newwin=window.open(url,'windowname5', params);
 if (window.focus) {newwin.focus()}
 return false;
}
// -->


