function cmsys_edit(content) {
	window.open('phpcmsys/edit.php?content=' + content,'editwin','resizable=yes,scrollbars=yes,width=800,height=680');
}
function cmsys_tools(content) {
	window.open('phpcmsys/tools.php?content=' + content,'toolswin','width=260,height=220');
}
function cmsys_imgset(content) {
	window.open('phpcmsys/imgset.php?content=' + content,'editwin','resizable=yes,scrollbars=yes,width=900,height=720');
}
function cmsys_delete(content) {
	window.open('phpcmsys/delete.php?content=' + content,'toolswin','width=260,height=220');
}
function cmsys_undelete(content) {
	window.open('phpcmsys/undelete.php?content=' + content,'toolswin','width=1,height=1');
}
function cmsys_upload(content) {
	window.open('phpcmsys/upltxt.php?content=' + content,'toolswin','width=800,height=300');
}
function cmsys_buttonup(content) {
	window.open('phpcmsys/btnup.php?content=' + content,'toolswin','resizable=yes,scrollbars=yes,width=1,height=1');
}
function cmsys_buttondown(content) {
	window.open('phpcmsys/btndown.php?content=' + content,'toolswin','resizable=yes,scrollbars=yes,width=1,height=1');
}
function cmsys_start(content) {
	window.open('http://www.bonsite.nl/wslog.php?content='+content,'toolswin','width=1,height=1,top=1,left=1');
}
function cmsys_hrefset(content) {
	window.open('phpcmsys/hrefset.php?content=' + content,'editwin','resizable=yes,scrollbars=yes,width=800,height=680');
}

