function slimpop(urlstr)
{
	w = 640;
	h = 680;
	window.open(urlstr, "FCpopup", "status=no,location=yes,menubar=no,toolbar=no,directories=no,scrollbars=yes,x=0,y=0,width="+w+",height="+h+"");
}

function mkwindow(urlstr,wname)
{
	w = 980;
	h = 680;
	window.open(urlstr, wname, "status=no,location=no,menubar=no,toolbar=no,directories=no,resizable=no,scrollbars=no,x=0,y=0,width="+w+",height="+h+"");
}

