<!--

function catedit(url){
	open(url, 'catedit', "toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=0,width=1280px,height=1024px");
	href = url;
}

function langedit(url){
	open(url, 'langedit', "toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=0,width=1280px,height=1024px");
	href = url;
}

function addimg(url){
	open(url, 'addimg', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=326px,height=140px");
	href = url;
}

function editn(url){
	open(url, 'editn', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=1280px,height=1024px");
	href = url;
}

function upload(url){
	open(url, 'upload', "toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=0,width=800px,height=300px");
	href = url;
}

function newspopup(url){
	open(url, 'newspopup', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=600px,height=400px");
	href = url;
}

function change(url){
	open(url, 'change', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=300px,height=200px");
	href = url;
}

function print(url){
	open(url, 'print', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=700px,height=450px");
	href = url;
}

//----------------------------------------

function target_userdefined(url,width,height){
	open(url, 'target_userdefined', "toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=0,width="+width+"px,height="+height+"px");
	href = url;
}

// -->