	function openwin(url, width, height){
		var features="scrollbars=yes";
		features+=", width="+width;
		features+=", height="+height;

		javascript:window.open(url,'',features);
	}
