function isblank(s){
  for(var i=0; i< s.length; i++){
    var c= s.charAt(i);
    if ((c != ' ') && (c != '\en') && (c != '\et'))
	return false;
  }
  return true;
}

function isnotemail(s) {
    if ((s.indexOf('@', 0) == -1) && (s.indexOf('.', 0) == -1))
	return true;
    else
	return false;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function BgCol(opjekti, targetcolor, borderwidth, bordercolor) {
	opjekti.style.backgroundColor = targetcolor;
	opjekti.style.borderColor = "green";
} 

function showMedia(ID){
	//MM_openBrWindow('/sys/draw/gallery/showmedia.asp?ID=' + ID,'mediaPic','width=480,height=360')
	window.open("/sys/draw/gallery/showmedia.asp?ID=" + ID,"mediaPic","width=480,height=360");
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function opjektit(){
	var msg;
	alert("lasse");
	for(i=0;i<document.all.length;i++){
		msg = msg + document.all['tr3'].backgroundColor  ;
	}	
	alert(msg);
	
}

function alertMessage(message){
	
	alert(message);
	
}

function alertMessage(message){
	
	alert(message);
	
}

function helpWindow(helpID,language){
	
	window.open("/help/show.asp?id=" + helpID + "&lang=" + language,"helpWindow","HEIGHT=520, WIDTH=440, SCROLLBARS=YES, TOOLBAR=NO,STATUSBAR=NO");	
	
	
}

function focusForumField(){
	if(document.messageForm){
		if(document.messageForm.title && document.messageForm.title.type!="hidden"){
			document.messageForm.title.focus();
		//}else{
			//document.messageForm.message.focus();
		}
	}
}



