function openWindow(url,width,height) {
	mywin = window.open(url, "editwindow","menubar=0,resizable=1,scrollbars=1,width="+width+",height="+height+"");
	mywin.moveTo(25,25);
}
function switchSite(url,classname) {
	if (url != "") parent.location = '/sfitch/site/url/'+url+'/class/'+classname;
}

