function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	//alert("OK")
	if (document.images ) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

function submitLoginform(){
	 re = / /g;
	if (document.all('frmlogin').value=="" || document.all('frmlogin').value.replace(re,'')=="" || document.all('frmpass').value=="" || document.all('frmpass').value.replace(re,'')==""){
	 	alert("Пожалуйста, введите Ваше имя пользователя и пароль")
	 	//document.all.loginForm.
		//return false
	}else{
		document.all.loginForm.submit();
	}
}

function validateSubscribeForm() { 
   var msg;
   msg=validate_email("subemail","Проверьте Ваш адрес электронной почты")+validate_text("subemail","Введите Ваш адрес электронной почты");
   if (msg==""){
	   return true
   }
   else{
 	 alert(msg)
	 return false
}
}
function show_profile(n) {
	profile = window.open('/pages/profile_item.php?id='+n, 'profile', 'directories=0,height=355,width=316,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars=yes');
}

function change_image(str,obj) {
	objs=document.all("a_gr"+obj)
	coll=document.all.tags("A")
	for (i=0; i<coll.length; i++) 
      if (coll[i].id=="a_gr"){
	  	//alert(coll[i].parentElement.parentElement.tagName)
	  	coll[i].parentElement.parentElement.bgColor="";
		coll[i].style.textDecoration="underline"
		coll[i].style.color="#2669AE";
	}
	objs.parentElement.parentElement.bgColor="#FFFFFF";
	objs.style.textDecoration="none"
	objs.style.color="black"
	document.all.graf.src="/dynamic/course_graf.php?mode="+escape(str)
	//profile = window.open('/pages/profile_item.php?id='+n, 'profile', 'directories=0,height=355,width=316,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars=yes');
}

// show item in command 
function show_profile(n) {
	profile = window.open('/pages/profile_item.php?id='+n, 'profile', 'directories=0,height=355,width=316,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars=yes');
}
// show item in command 
