<!-- //
function popsize(url, w, h) {
	other = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h+",left=10,right=10";
	window.open(url,"popup", other);
}

			
// -->
