function modify(id)
{
	var newwin=window.open("editcontents.asp?id="+id, "newwin", "width=500, height=400, scrollbars=yes")
	newwin.focus();
}

function modifyimage(mode,cat,id)
{
	var newwin=window.open("editimages.asp?mode="+mode+"&category="+cat+"&id="+id, "newwin", "width=500, height=400, scrollbars=yes")
	newwin.focus();
}

function modifycase(mode,id)
{
	var newwin=window.open("editcases.asp?mode="+mode+"&id="+id, "newwin", "width=500, height=600, scrollbars=yes")
	newwin.focus();
}
function modifyreg(mode,id)
{
	var newwin=window.open("editregistration.asp?mode="+mode+"&id="+id, "newwin", "width=500, height=600, scrollbars=yes")
	newwin.focus();
}
function modifybuzz(mode,id)
{
	var newwin=window.open("editbuzz.asp?mode="+mode+"&id="+id, "newwin", "width=500, height=600, scrollbars=yes")
	newwin.focus();
}
function modifyclient(mode,id)
{
	var newwin=window.open("editclient.asp?mode="+mode+"&id="+id, "newwin", "width=500, height=600, scrollbars=yes")
	newwin.focus();
}
function modifyteam(mode,id)
{
	var newwin=window.open("editteam.asp?mode="+mode+"&id="+id, "newwin", "width=500, height=600, scrollbars=yes")
	newwin.focus();
}
function modifyprofileimage(mode,id)
{
	var newwin=window.open("editprofileimage.asp?mode="+mode+"&id="+id, "newwin", "width=500, height=600, scrollbars=yes")
	newwin.focus();
}
function modifynews(mode,id)
{
	var newwin=window.open("editnews.asp?mode="+mode+"&id="+id, "newwin", "width=500, height=600, scrollbars=yes")
	newwin.focus();
}

