
	function m(val){
		return val.length+val;
	}

	function tsek_lenght(val,tekstareaname){
		var pamper;
		if(val.length>255){
			document.getElementById(tekstareaname).value = val.substring(0,255);
		}
		if(val.length==255)pamper='<font color=\"#e40b0a\">'+val.length+' - 255</font>';else pamper=val.length+' - 255';
		document.getElementById('senjorita').innerHTML=pamper;
	}

	function url_control_(stepp){
		var stepp;
		if(stepp==0){
			if(document.cont2.url_control.status==false){//KUI ON LINNUKE JA TEHAKSE TÜHJAKS
				document.cont2.sisuleht_id.value=document.cont2.ajutine.value;
			}
			if(document.cont2.url_control.status==true){//KUI ON TÜHI JA TEHAKSE LINNUKESEKS
				document.cont2.sisuleht_id.value="0";
			}
			
		}
		if(stepp==1)document.cont2.url_control.status=false;
	}
	function confirm_(t,uj,un) {
		var t;
		var uj;
		var un;
		if (confirm(t)) {
			window.location.href=uj;
		}else{
			window.location.href=un;
		}
	}
	//SEE ON SISULEHTEDE JAOKS
	function sisuleheform_refresh(a){
		var a;
		document.cont1.save_control.value=a;//SIIN ANNAB FORMI HIDDENILE KAS SAVE AS VÕI SAVE
		editor_sisuylekanne();//SIIN TEEB FORMILE VAJALIKU LÜKKE
		document.cont1.submit();//SIIN PANEB SUBMITTIMA FORMI
	}
	//SEE ON TEMPLATEDE JAOKS
	function form_refresh(formname,inputname,inputvalue){
		document.forms.item(formname).elements.item(inputname).value=inputvalue;
		document.forms.item(formname).submit();
	}
	function editor_sisuylekanne(){
		//document.cont1.editor_sisukuva.value=top.frames.editor.foo.innerHTML;
		//document.cont1.editor_sisukuva.value=document.frames.namedItem('editor').document.frames[0].document.frames[0].document.body.innerHTML
//alert(document.getElementById('editor').contentWindow.document);
//		document.cont1.editor_sisukuva.value=document.getElementById('editor').contentWindow.document.frames[0].contentWindow.document.frames[0].contentWindow.document.frames[0].contentWindow.document.body.innerHTML;
		document.cont1.editor_sisukuva.value=document.getElementById('editor').contentWindow.document.getElementById('FCKeditor1___Frame').contentWindow.document.getElementById('eEditorArea').contentWindow.document.body.innerHTML;
	}
	
	function advertise_submit(a){
		var a;

		document.cont_adv.save_control.value=a;//SIIN ANNAB FORMI HIDDENILE KAS SAVE AS VÕI SAVE
		document.cont_adv.editor_sisukuva.value=top.frames.editor.foo.innerHTML;
		document.cont_adv.submit();//SIIN PANEB SUBMITTIMA FORMI
	}
	
	//SEE ON PAREMAKLAHVIOSA

	bV  = parseInt(navigator.appVersion)
	bNS = navigator.appName=="Netscape"
	bIE = navigator.appName=="Microsoft Internet Explorer"
	
	function nrc(href_) {
		if (bIE) window.event.returnValue=false;
		document.location.href=href_;
		return false;
	}
