	function ifDel(str){
		if (confirm('Вы действительно хотите удалить данные?')) location.href=str;
	}
	function ifEdt(str){
		location.href=str;
	}
	function wysiswig(ttt){
		wysPanel = open('editor.php?text='+ttt, 'WysPanel', 'dependent=1,width=810px,height=660px,status=no,toolbar=no,menubar=no,location=no,resizable=yes');

	}
	function PNG(obj) {
		if(obj.runtimeStyle && obj.src.match( /\.png$/ ) ){
			obj.runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=' + obj.src + ', sizingMethod=scale)';
			obj.src = 'admin/img/0.gif';
		}
	}
	function shadow(obj){
		obj.style.filter="Alpha(Opacity=30)";

	}

	function frameh(name, num){
		fname = parent.document.getElementById(name);
		//h = window.innerHeight;
		h=num;
		fname.height=h;
//		alert(fname.height);

	}
